
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@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Beman Dawes Sent: Wednesday, March 10, 2004 1:41 PM To: boost@lists.boost.org 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