$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-01-23 10:23:38
Hello,
GCC using libstdc++-v2 is missing the std::boolalpha and std::noboolalpha
I/O manipulators, which causes the libs/array/array5.cpp testcase to fail
under GCC 2.95.x.
Shall I add a BOOST_NO_BOOLALPHA configuration macro, to be set in
config/stdlib/sgi.hpp in the libstdc++-v2 section?
Doug