fstream_test.cpp won't compile using VC++ 6.0

I receive errors when I try to compile fstream_test.cpp using Microsoft Visual C++ 6.0. The first error I receive is this: fstream_test.cpp c:\boost\include\boost-1_32\boost\filesystem\fstream.hpp(29): error C2504: 'basic_filebuf<char,char_traits<char> >': base class undefined c:\projects\examples\fstream_test.cpp(27): see reference to class template instantiation 'boost::filesystem::basic_filebuf<char,char_traits<char> >' being compiled Is there a workaround for this? Thanks. -- Jason Heyes jasonheyes@fastmail.fm -- http://www.fastmail.fm - Email service worth paying for. Try it for free

On 6/15/05, Jason Heyes <jasonheyes@fastmail.fm> wrote:
Is there a workaround for this? Thanks.
This is the third time you've sent this same message since yesterday. Beman Dawes sent you one response. Are you checking the list for replies? -- Caleb Epstein caleb dot epstein at gmail dot com
participants (2)
-
Caleb Epstein
-
Jason Heyes