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 06:35:39
#6405: Assertion exception thrown when using boost::regex_match
-------------------------------+-------------------------
Reporter: ses44@⦠| Owner: johnmaddock
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: regex
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-------------------------
Comment (by anonymous):
Yes, you are right - when I added BOOST_ALL_NO_LIB and included
../regex/*.cpp directly to the project, the problem dissolved. That means
we really meet some binary-mismatch.
Here is the command line we used to compile boost on our side:
{{{
start bjam -a --build-type=complete --without-mpi --without-python target-
os=windows toolset=msvc-9.0 define=_SECURE_SCL=0 architecture=x86
cxxflags=/Zp1 install
}}}
''Nitice /Zp1 - it's here because whole our project uses such alignment.
And yet, we have tried to build our testing project and boost without it -
it did not help.''
Can you please provide us with only one file - '''libboost_filesystem-
vc90-mt-s-1_48.lib''', built on your side? We'd like to try our project to
link with it here.
Also may be you have some recommendations for us about the command line
above?
Thanks for your assistance!
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6405#comment:12> 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