Subject: Re: [Boost-users] boost::xpressive - Regex stack space exhausted
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-07-25 04:24:16


>> Just please let me know if you find out something.
>
> Also note this regex option "BOOST_REGEX_NON_RECURSIVE" on page:
> http://www.boost.org/doc/libs/1_43_0/libs/regex/doc/html/boost_regex/configuration/algorithm.html

Which is the default for most compilers now.

However, that doesn't solve the issue if the problem is that the regular
expression is so inefficient that it just gobbles up space....

John.