$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jm_at_[hidden])
Date: 2003-02-11 06:37:56
> I would like to propose the addition of a new config macro to
Boost.Config:
> BOOST_USING_OLD_STYLE_IOSTREAMS
>
> A (possibly incomplete) implementation is:
> #if defined(__GNUC__) && (__GNUC__ < 3) &&
!defined(__STL_USE_NEW_IOSTREAMS)
> || defined(_MSC_VER) && (_MSC_VER < 1300)
> #define BOOST_USING_OLD_STYLE_IOSTREAMS
> #endif
It's not quite the same thing but: BOOST_NO_STD_LOCALE will suffice in most
cases.
John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm