|
Boost : |
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-09-30 20:27:29
At 04:20 PM 9/30/2003, Mark Coletti wrote:
>I've uninstalled VC++ 6 and reinstalled it and reapplied SP 5.
>However the following program:
>
>#include <boost/filesystem/fstream.hpp>
>
>namespace fs = boost::filesystem;
>
>int
>main( int argc, char** argv )
>{
> fs::ofstream foo("bar.txt");
>
> return 0;
>}
>
>
>Yields:
>
> ... error messages ...
>
>Anyone else out there with a VC++ 6.0(SP5) set-up able to reproduce
>this error?
Yes. Fails for me on VC++ 6.0, using current CVS state.
Works fine with VC++ 7.1.
--Beman
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk