Subject: [Boost-bugs] [Boost C++ Libraries] #2750: regex backwar looking assertion
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-11 15:50:48
#2750: regex backwar looking assertion
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: aaron_windsor
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.36.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
The perl expression (?<=.{3,3}).{6,6} passed in to boost regex results in
Unmatched [ or [^
?<= signifies a backward looking positive assertion so a pattern match
should be returning 6 characters starting at offset 4
This works fine in perl. Any idea what part of the pattern is causing the
issue?
thanks
Mark
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2750> 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:59 UTC