$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2003-05-29 10:27:59
Hi,
I've found a little problem in boost_no_std_wstreambuf.cxx
The code uses std::ptrdiff_t but doesn't #include <cstddef>
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,
m