Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2750: regex backwar looking assertion
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-12 02:57:42
#2750: regex backwar looking assertion
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: regex
Version: Boost 1.36.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Changes (by steven_watanabe):
* owner: aaron_windsor => johnmaddock
Comment:
What compiler? It works for me with Visual Studio 2008 and Boost 1.36.0
{{{
#include <boost/regex.hpp>
#include <iostream>
int main() {
boost::regex r("(?<=.{3,3}).{6,6}");
std::cout << boost::regex_search("...122340", r) << std::endl;
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2750#comment:2> 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