id summary reporter owner description type status milestone component version severity resolution keywords cc 3156 typedef in boost/graph/distributed/adjacency_list.hpp changes meaning of adjacency_iterator ricortiz@… Douglas Gregor "iget a compilation error when I try to compile some tests in libs/graph_parallel/test/. GCC 4.3.2 complains about a type definition in boost/graph/distributed/adjacency_list.hpp. In GCC4.3.2 the following definition is invalid, see the discussion in http://gcc.gnu.org/ml/gcc-bugs/2009-01/msg00841.html: boost/graph/distributed/adjacency_list.hpp(line 1420): typedef adjacency_iterator< adjacency_list, vertex_descriptor, out_edge_iterator, typename detail::iterator_traits ::difference_type> adjacency_iterator; to: typedef boost::adjacency_iterator< adjacency_list, vertex_descriptor, out_edge_iterator, typename detail::iterator_traits ::difference_type> adjacency_iterator; fixes the compilation error. " Bugs closed Boost 1.40.0 graph Boost Development Trunk Problem fixed distributed/adjacency_list.hpp