diff --git a/include/boost/graph/compressed_sparse_row_graph.hpp b/include/boost/graph/compressed_sparse_row_graph.hpp index 670bde85..0b088051 100644 --- a/include/boost/graph/compressed_sparse_row_graph.hpp +++ b/include/boost/graph/compressed_sparse_row_graph.hpp @@ -134,7 +134,6 @@ enum edges_are_unsorted_global_t {edges_are_unsorted_global}; template class csr_edge_descriptor; -#ifdef BOOST_GRAPH_USE_NEW_CSR_INTERFACE namespace detail { template size_t @@ -164,6 +163,7 @@ namespace detail { return reserve_count_for_single_pass_helper(first, last, category()); } +#ifdef BOOST_GRAPH_USE_NEW_CSR_INTERFACE template struct default_construct_iterator: public boost::iterator_facade, T, boost::random_access_traversal_tag, const T&> { typedef boost::iterator_facade, T, std::random_access_iterator_tag, const T&> base_type;