|
Boost : |
From: hankel_o_fung_at_[hidden]
Date: 2001-03-03 04:54:16
Hi,
The code below doesn't compile in VC++ 6.0 SP4. Also, the figures in
libs/graph/doc/adjacency_list.html and
libs/graph/doc/adjacency_matrix.html
are corrupted.
Hankel
#include <boost/graph/adjacency_list.hpp>
int main()
{
boost::adjacency_list<> G, H;
G.clear();
G=H; // operator= uses the clear() function
return 0;
}
e:\libraries\c++\boost_1_20_2\boost\graph\detail\adjacency_list.hpp
(1937) : error C2039: 'clear' : is not a member of 'no_property'
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk