Boost logo

Boost :

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!).


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk