[Boost-bugs] [Boost C++ Libraries] #1035: regex_error exception when quantifying some non-capturing groups

Subject: [Boost-bugs] [Boost C++ Libraries] #1035: regex_error exception when quantifying some non-capturing groups
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-06-06 18:08:22


#1035: regex_error exception when quantifying some non-capturing groups
----------------------------+-----------------------------------------------
 Reporter: eric_niebler | Owner: eric_niebler
     Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: Building Boost
  Version: release 1.34.0 | Severity: Problem
 Keywords: |
----------------------------+-----------------------------------------------
 sregex expression2 = sregex::compile(
     /* 1 */ "^("
     /* 2 */ "c[^\r\n]*(?:\r?\n|\r)"
     /* 3 */ "(?:"
     /* 4 */ "(?!c)"
     /* 5 */ "[^\r\n]*(?:\r?\n|\r)"
     /* 6 */ ")*"
     /* 7 */ ")"
     );

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1035>
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:49:55 UTC