Re: [Boost-bugs] [Boost C++ Libraries] #5911: Crash in Boost::regex when _GLIBCXX_DEBUG is defined

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5911: Crash in Boost::regex when _GLIBCXX_DEBUG is defined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-27 07:08:44


#5911: Crash in Boost::regex when _GLIBCXX_DEBUG is defined
-------------------------------+-------------------------------
  Reporter: noloader@… | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: regex
   Version: Boost 1.47.0 | Severity: Problem
Resolution: wontfix | Keywords: regex match crash
-------------------------------+-------------------------------

Comment (by broken.zhou@…):

 I think this can be fixed. We just need to check whether _GLIBCXX_DEBUG
 is defined. If defined, then undef it.

 {{{
 #ifdef _GLIBCXX_DEBUG
 #undef _GLIBCXX_DEBUG

 // CODE HERE

 #define _GLIBCXX_DEBUG
 #endif
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5911#comment:3>
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