Boost logo

Boost :

Subject: Re: [boost] [BGL] trunk@63671: `detail/adjacency_list.hpp` needs to include <algorithm>
From: Daniel Trebbien (dtrebbien_at_[hidden])
Date: 2010-07-05 15:39:09


> 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::


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk