$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2002-07-11 12:39:47
> > Should BOOST_NO_STD_LOCALE be true for GCC when __GNUC__ < 3 ?
>
> It is already, but it's set in the standard library configuration section,
> since that part can be replaced (for example by STLport which does have a
> std::locale).
Looking at the cvs version of config/stdlib/libstdcpp3.hpp it does not
contain this logic. A quick test using config_info.cpp verifies that
on my Mandrake Linux 2.96.2 gcc BOOST_NO_STD_LOCALE is set (correct)
and not set on gcc 3.0.3 (also correct). Looks like what is really
happening is that the stdlib/sgi.hpp is included for gcc 2.9x, true?
Jeff