$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-01-23 15:52:18
On Jan 10, 2006, at 8:08 PM, Weiqing Guo wrote:
> I compiled it on linux with AMD opteron 844 processor.
> gcc2.95.3 works fine, but gcc3.3 doesn't compile.
> I think the reason is slist is not in std namespace in gcc3.3, and
> adjacency_list.hpp doesn't handle this correctly for slist.
Yep, you're right. I've fixed this in Boost CVS. We need to both
include <ext/slist> instead of <slist>, and also use
BOOST_STD_EXTENSION_NAMESPACE properly for slist.
Doug