Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11776: Need way to find all regex matches in large file
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-03-12 19:03:36
#11776: Need way to find all regex matches in large file
-------------------------------+--------------------------
Reporter: der-storch-85@⦠| Owner: johnmaddock
Type: Feature Requests | Status: closed
Milestone: To Be Determined | Component: regex
Version: Boost 1.59.0 | Severity: Optimization
Resolution: wontfix | Keywords:
-------------------------------+--------------------------
Changes (by johnmaddock):
* status: new => closed
* resolution: => wontfix
Comment:
Documentation updated.
Note that this particular case can be detected by checking whether the end
of the match is at the end of the current string. However, there are
expression such as "abc.*123" that actually need the whole input string
(no matter how long it may be) to determine the longest match.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11776#comment:1> 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:19 UTC