Subject: [Boost-bugs] [Boost C++ Libraries] #4704: Support for multicapture and balancing groups
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-03 09:05:26
#4704: Support for multicapture and balancing groups
-------------------------------+--------------------------------------------
Reporter: erik@⦠| Owner: eric_niebler
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: xpressive
Version: Boost 1.44.0 | Severity: Not Applicable
Keywords: xpressive |
-------------------------------+--------------------------------------------
Feature request ticked to jog Eric Nieblers memory to take a look at some
code.
I've added support for multicapture and balancing groups to
Boost::Xpressive.
Syntax for pop capture:
dynamic: (?P<-name>stuff)[[BR]]
static: (name -= stuff)
Syntax for capture conditional:
dynamic: (?P(name)stuff)[[BR]]
static: (name &= stuff)
The changes are in the vault and can be found here:
http://tinyurl.com/3aak7mp
It can be unpacked against trunk from 2010-10-02 or the 1.44.0 release.
I've run the dynamic regression tests without errors and I have added some
tests for the new functionality. The code it only tested on Visual Studio
2010 since I don't have access to any other compiler.
Erik Rydgren
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4704> 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:04 UTC