Boost logo

Boost Users :

From: Rozental, Gennadiy (gennadiy.rozental_at_[hidden])
Date: 2004-09-16 17:10:38


> -----Original Message-----
> From: boost-users-bounces_at_[hidden]
> [mailto:boost-users-bounces_at_[hidden]] On Behalf Of Tom Puverle
> Sent: Thursday, September 16, 2004 4:53 PM
> To: boost-users_at_[hidden]
> Subject: [Boost-users] Boost problems
>
>
> Hey boosters,
>
> We have found some problems with the following files:
>
> boost_1_31_0/libs/regex/src/cpp_regex_traits.cpp
> boost_1_31_0/libs/test/src/test_tools.cpp
>
> They use definitions from <ios> but never actually include it
> - they are
> relying on the fact that in some STLs the headers are pulled
> in by other
> header files. Unfortunately, under our STL (RW STL 6.0) this
> is not the
> case and hence the files fail to compile. Add the following
> include line to
> both to fix the problem:
>
> #include <ios>

Ok.

Gennadiy.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net