|
Boost : |
Subject: [boost] [BGL] trunk@63671: `detail/adjacency_list.hpp` needs to include <algorithm>
From: Daniel Trebbien (dtrebbien_at_[hidden])
Date: 2010-07-05 15:29:52
I get a compilation error in `boost/graph/detail/adjacency_list.hpp`
that is fixed by adding `#include <algorithm>` to the top:
/usr/local/include/boost/graph/detail/adjacency_list.hpp:1653: error:
`equal_range` is not a member of `boost::graph_detail`
A patch is attached.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk