
14 Dec
2008
14 Dec
'08
9:37 a.m.
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.