summaryrefslogtreecommitdiff
path: root/boost/graph/graph_as_tree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/graph_as_tree.hpp')
-rw-r--r--boost/graph/graph_as_tree.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/boost/graph/graph_as_tree.hpp b/boost/graph/graph_as_tree.hpp
index 3758c3f009..721e503e88 100644
--- a/boost/graph/graph_as_tree.hpp
+++ b/boost/graph/graph_as_tree.hpp
@@ -50,13 +50,9 @@ namespace boost {
template <class Graph, class ParentMap
, class Node
-#if !defined BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
= typename graph_traits<Graph>::vertex_descriptor
-#endif
, class ChIt
-#if !defined BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
= typename graph_traits<Graph>::adjacency_iterator
-#endif
>
class graph_as_tree
: public graph_as_tree_base<Graph, Node, ChIt,