$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.