$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-03-29 23:48:34
The BGL GraphViz test is failing on GCC 3.4.3 with this error message:
In file included from
/boost/head-regression/boost/boost/assign/std/map.hpp:19,
from ../libs/graph/test/graphviz_test.cpp:17:
/boost/head-regression/boost/boost/assign/list_inserter.hpp: In member
function `boost::assign::list_inserter<Function, Argument>&
boost::assign::list_inserter<Function, Argument>::range(const
SinglePassRange&)':
/boost/head-regression/boost/boost/assign/list_inserter.hpp:260: error:
`begin' is not a member of `boost'
/boost/head-regression/boost/boost/assign/list_inserter.hpp:260: error:
`end' is not a member of `boost'
Date: 2005-03-29 12:25
It looks like we need to include something from the range library to
get these functions. Thorsten?
Doug