$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-11-03 10:18:24
On Monday 03 November 2003 06:41 am, John Maddock wrote:
> How about:
>
> #ifndef BOOST_NO_STD_LOCALE
> typedef std::ios_base ios_base_type;
> #else
> typedef std::ios ios_base_type;
> #endif
>
> then change all occurrences of ios_base to ios_base_type?
>
> John.
Sounds like boost/compatibility/ios_base.hpp to me. I'll add it today. Thanks.
Doug