Re: [Boost-bugs] [Boost C++ Libraries] #1917: Boost.Signals crashes on MSVC9.0 with _HAS_ITERATOR_DEBUGGING=0

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1917: Boost.Signals crashes on MSVC9.0 with _HAS_ITERATOR_DEBUGGING=0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-05-16 13:24:37


#1917: Boost.Signals crashes on MSVC9.0 with _HAS_ITERATOR_DEBUGGING=0
----------------------------+-----------------------------------------------
  Reporter: ntr_at_[hidden] | Owner: dgregor
      Type: Bugs | Status: new
 Milestone: Boost 1.35.1 | Component: signals
   Version: Boost 1.35.0 | Severity: Problem
Resolution: | Keywords: Boost.Signals MSVC9.0 _HAS_ITERATOR_DEBUGGING
----------------------------+-----------------------------------------------
Comment (by ntr_at_[hidden]):

 I agree that this isn't a bug in boost or in Boost.Signals. So you can
 close the bug if you like or change the ticket to target Boost.Build or
 similar, as this is a Boost issue that is very troubling for end users.

 Additionally, setting global defines with Boost.Build/bjam is very poorly
 documented and I am not even sure I got it right yet but something like
 this:

 {{{
 bjam --toolset=msvc cxxflags="-D_SECURE_SCL=0 -D_HAS_ITERATOR_DEBUGGING=0"
 --build-type=complete --without-wave --without-serialization --without-
 python --prefix=../boost_1_35_0_install/ --builddir=../boost_build/
 install

 }}}

 I am currently building with these settings and hope they work.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1917#comment:4>
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:57 UTC