Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-07-31 10:50:11


At 03:53 AM 7/31/2002, Rob Lievaart wrote:

the following error.

../src\path_posix_windows.cpp(80) : error C2039: 'clear' : is not a member
of
'basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >'

It seems there is no clear method in VC6 basic_string implementation. If I

replace the clear call with the assigment of an empty string
or a call to erase() it compiles fine.

OK, changed.

>I haven't gotten any further with testing it.

Please do report any further VC++ 6.0 problems.

Thanks,

--Beman


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