
10 Mar
2004
10 Mar
'04
12:40 p.m.
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