Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6405: Assertion exception thrown when using boost::regex_match
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-13 11:46:42
#6405: Assertion exception thrown when using boost::regex_match
-------------------------------+-------------------------
Reporter: ses44@⦠| Owner: johnmaddock
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: regex
Version: Boost 1.54.0 | Severity: Problem
Resolution: worksforme | Keywords:
-------------------------------+-------------------------
Changes (by johnmaddock):
* status: reopened => closed
* resolution: => worksforme
Comment:
Glad you got it solved, as you have discovered changing _SECURE_SCL
changes the ABI of the std lib.
Please note that there's nothing special about the build scripts for these
libraries - they're "just a bunch of source files", so you could build all
of libs/regex/src/*.cpp into your own static lib in the IDE, then define
BOOST_ALL_NO_LIB to disable auto-linking and add a reference to your
static lib instead. Same with filesystem and whatever else you use.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6405#comment:14> 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:13 UTC