Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12237: libs\regex\example\snippets\captures_example.cpp(39, 30): error : no member named 'captures' in 'boost::match_results<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, std::allocator<boost::sub_match<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > > > > >'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-09 18:05:01
#12237: libs\regex\example\snippets\captures_example.cpp(39,30): error : no member
named 'captures' in
'boost::match_results<std::_String_const_iterator<std::_String_val<std::_Simple_types<char>
> >,
std::allocator<boost::sub_match<std::_String_const_iterator<std::_String_val<std::_Simple_types<char>
> > > > >'
-------------------------------------+-------------------------
Reporter: JUAN DENT <juandent@â¦> | Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: regex
Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------------+-------------------------
Changes (by johnmaddock):
* status: new => closed
* resolution: => invalid
Comment:
As noted in the docs, this is an experimental feature which slows down
matching, to enable it you need to define BOOST_REGEX_MATCH_EXTRA both
when building the regex lib and when using it. Otherwise you will get the
error above.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12237#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:20 UTC