Subject: [Boost-bugs] [Boost C++ Libraries] #6042: regex: Exception for: wregex exp(L"fo(o|b)ar \\1", regbase::extended)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-10-20 14:52:20
#6042: regex: Exception for: wregex exp(L"fo(o|b)ar \\1", regbase::extended)
--------------------------------------------+-------------------------------
Reporter: thomas_linder_puls@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost 1.47.0 | Severity: Showstopper
Keywords: |
--------------------------------------------+-------------------------------
This line of code gives an exception:
{{{
#!cpp
wregex exp(L"fo(o|b)ar \\1", regbase::extended);
}}}
It seems to be the `\1` part that cause the problem.
(Running in a 32bit program on a 64bit Windows 7).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6042> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC