
5 Jul
2010
5 Jul
'10
7:39 p.m.
I get a compilation error in `boost/graph/detail/adjacency_list.hpp` that is fixed by adding `#include <algorithm>` to the top
For me, line 1654 of `boost/graph/detail/adjacency_list.hpp`: boost::tie(first, last) = graph_detail:: also needs to be changed to: boost::tie(first, last) = std::