Boost logo

Boost Users :

Subject: Re: [Boost-users] [Regex] problems compiling with gcc 4.4
From: John Maddock (john_at_[hidden])
Date: 2008-12-14 04:37:20


Aonghus Lawlor wrote:
>> Hi,
>>
>> I am using boost 1.37 on osx from macports and I have a problem
>> using the regex library with gcc 4.4, although it seems to work
>> perfectly with gcc 4.3 and 4.2.
>>
>> The problem is with creating a boost::regex object- simple program
>> below:

Looking at the backtrace the std::messages facet seems to be failing, can
you try something like:

std::locale l;
std::use_facet<std::messages<char> >(l);

and see if that also crashes?

Thanks, John.


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