Re: [boost] problem with libs/config/test/boost_no_std_wstreambuf.cxx

2003-05-30 Thread John Maddock
> I've found a little problem in boost_no_std_wstreambuf.cxx > The code uses std::ptrdiff_t but doesn't #include > > I hesitated to add that #include because I don't know wether > all relevant compilers already support that. > > With the current code, the results for Comeau C++ on Linux > are wr

[boost] problem with libs/config/test/boost_no_std_wstreambuf.cxx

2003-05-30 Thread Martin Wille
Hi, I've found a little problem in boost_no_std_wstreambuf.cxx The code uses std::ptrdiff_t but doesn't #include I hesitated to add that #include because I don't know wether all relevant compilers already support that. With the current code, the results for Comeau C++ on Linux are wrong. Regards,