$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-05-02 00:57:31
> Is std::locale support really required by Boost.Test?
No really. Again I only needed this option to workaround inability CW to
compile io_saver staff. I am using it to properly restore state of the
streams used by Boost.Test agents. I guess I could disable this feature for
CW completely and accept that it will cause an incorrect output for some
tests. Is this 8.3 specific?
Another option would be to make io_saver header to compile properly using CW
in case if std::locate-support is not set in Jamfile
Gennadiy