Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-03-10 10:19:57


OK, so this forced me to
#define BOOST_NO_STD_MESSAGES
In boost/config/stdlib/vacpp.hpp ;-(

Algorithm/string/regex_test now succesfully compiles with vacpp.

Toon

> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Beman Dawes
> Sent: Wednesday, March 10, 2004 1:41 PM
> To: boost_at_[hidden]
> Cc: 'Robert Klarer'
> Subject: RE: [boost] AIX vacpp question
>
>
>
> At 07:13 AM 3/10/2004, Toon Knapen wrote:
> >Well the problem seems to be caused by an unsuccesfull
> compilation of >cpp_regex_traits.o >At line 236 of
> cpp_regex_traits.cpp for instance a
> >std::messages<char>::catalog is casted to an int and vacpp
> does not like >it. I'm not very familiar with localization
> and I could not find any >indication in the standard that
> casting the catalog type to an int >should be possible
> (John?,Robert?)
>
> 22.2.7.1 specifies catalog:
>
> typedef int catalog;
>
> There doesn't seem to be any text AFAICS that would allow any
> type other
> than int. What library and version does vacpp use?
>
> --Beman
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/bo> ost
>


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