[Boost-bugs] [Boost C++ Libraries] #3321: Boost::regex throws invalid execption when assigning match text

Subject: [Boost-bugs] [Boost C++ Libraries] #3321: Boost::regex throws invalid execption when assigning match text
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-08-06 20:46:28


#3321: Boost::regex throws invalid execption when assigning match text
----------------------------------------------------------------------+-----
 Reporter: Raymond Chandler III <raymond.chandler.ctr@…> | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: regex
  Version: Boost 1.38.0 | Severity: Problem
 Keywords: Regex \{ \[ \] \} assign |
----------------------------------------------------------------------+-----
 Boost::regex::assign throws an exception on "[A-Za-z_:,=\t\{\[\]\}]"
 when it should not. The offending text within the text(heh) is
 "[SomeMatchText\{\[\]\}]SomeMatchText]". It does not matter where in the
 text "\{\[\]\}" is located it will always throw an exception if provided
 in that order.

 However, if you do "[\}SomeMatchText\{\[\]]" it will not throw an
 exception. I haven't tried other split combinations.

 This bug was noticed in version 1.38, the changelogs do not seem to
 indicate this bug being fixed.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3321>
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:01 UTC