$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-10-28 20:29:04
At 04:02 PM 10/28/2002, Patrick Hartling wrote:
>I am doing some experimenting with the new Boost Filesystem Library, and
>I ran across a build error with SGI's MIPSpro Compilers. I had to change
>exception.cpp and path_posix_windows.cpp in boost/libs/filesystem/src to
>include cstring so that std::strerror() and std::strlen() would be
>declared.
Fixed in the main Boost CVS. Thanks!
Please be aware that there will be a lot of changes as the formal review
comments get cut in during the next several weeks. Some of these (like
changing from operator<< to operator/) will break any current code using
the library.
Hum... It might be possible to support both for a short transition period.
I'll look at that in more detail when I'm actually working on the code.
--Beman