Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2006-11-17 05:02:39


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.


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