Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-03-03 13:54:37


Hi Hankel,

Thanks for the bug report! I've fixed the problem and checked it into CVS.
Also, the web page problem is already fixed.

Cheers,
Jeremy

On Sat, 3 Mar 2001 hankel_o_fung_at_[hidden] wrote:

hankel> Hi,
hankel>
hankel> The code below doesn't compile in VC++ 6.0 SP4. Also, the figures in
hankel> libs/graph/doc/adjacency_list.html and
hankel> libs/graph/doc/adjacency_matrix.html
hankel> are corrupted.
hankel>
hankel> Hankel
hankel>
hankel> #include <boost/graph/adjacency_list.hpp>
hankel>
hankel> int main()
hankel> {
hankel> boost::adjacency_list<> G, H;
hankel> G.clear();
hankel> G=H; // operator= uses the clear() function
hankel> return 0;
hankel> }
hankel>
hankel> e:\libraries\c++\boost_1_20_2\boost\graph\detail\adjacency_list.hpp
hankel> (1937) : error C2039: 'clear' : is not a member of 'no_property'

----------------------------------------------------------------------
 Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
 Ph.D. Candidate email: jsiek_at_[hidden]
 Univ. of Notre Dame work phone: (219) 631-3906
----------------------------------------------------------------------


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk