$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-09-19 04:40:19
> I added #include <ios>, which is apparently missing.
>
> Is there flag that separate standard/classic iostream (If I guess
> correctly - it shoult be enough)
#ifndef BOOST_NO_STD_LOCALE
#include <ios>
#endif
John.
(I also need to make the same fix!).