Re: [Boost-bugs] [Boost C++ Libraries] #9289: Boost1.54/regex doesn't throw exception on invalid pattern (regression)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9289: Boost1.54/regex doesn't throw exception on invalid pattern (regression)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-22 13:01:50


#9289: Boost1.54/regex doesn't throw exception on invalid pattern (regression)
-------------------------------+-------------------------
  Reporter: xnox@… | Owner: johnmaddock
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: regex
   Version: Boost 1.54.0 | Severity: Regression
Resolution: | Keywords:
-------------------------------+-------------------------

Comment (by Dmitrijs Ledkovs <xnox@…>):

 Never mind, this is not a bug, but rather a bugfix.

 Adjusted test:

 {{{
 #include <boost/regex.hpp>

 main () {
         boost::regex("{notclosed");
 }
 }}}

 fails with all boosts correctly. Please close.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9289#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:50:14 UTC