17 Nov
2006
17 Nov
'06
10:02 a.m.
Richard Dingwall wrote:
Ran into a strange problem with boost::regex today. I get this just from including boost/regex.hpp:
That is indeed weird: I'm unable to reproduce this (cygwin g++ 3.4.4), and the error is coming from: BOOST_ASSERT(rep->next.p != 0); which is surely legal code! You could try disabling BOOST_ASSERT I guess, or just comment out the offending line. Which g++ version are you using? Also does this occur without the -pedantic option? John.