$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-03-10 07:40:41
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