Subject: [Boost-bugs] [Boost C++ Libraries] #9904: regex error in 1.55.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-04-14 15:49:18
#9904: regex error in 1.55.0
------------------------------+-------------------------
Reporter: jengab@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+-------------------------
This POSIX regex matches incorrectly: [\\s\\.;=,(){}\\[<>]]+ (also if
] is escaped). But []\\s\\.;=,(){}\\[<>]+ matches correctly. The first
regex matches the whole input as one token, while the second matches
each token in the input which is separated by the above enumerated
characters.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9904> 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:16 UTC