Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5397: multi_index_container does not build with exceptions off on some compilers(armcc)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-04 06:59:17
#5397: multi_index_container does not build with exceptions off on some
compilers(armcc)
-------------------------------+--------------------------------------------
Reporter: anonymous | Owner: joaquin
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: multi_index
Version: Boost 1.47.0 | Severity: Showstopper
Resolution: invalid | Keywords: multi_index_container armcc exceptions
-------------------------------+--------------------------------------------
Changes (by joaquin):
* status: new => closed
* resolution: => invalid
Comment:
This is a bug in your compiler: when exceptions are turned off, control
never gets past the try-catch block.
Please try locally redefining the BOOST_CATCH_END macro (line 83 of
boost/detail/no_exceptions_support.hpp) as
{{{
# define BOOST_CATCH_END std::terminate();}
}}}
Does this solve your problem? If so maybe you can get along by patching
your boost distribution this way.
Closing this as a non-bug.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5397#comment:1> 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:06 UTC