[Boost-bugs] [Boost C++ Libraries] #7028: NDEBUG should disable asserts even if BOOST_ENABLE_ASSERT_HANDLER is defined

Subject: [Boost-bugs] [Boost C++ Libraries] #7028: NDEBUG should disable asserts even if BOOST_ENABLE_ASSERT_HANDLER is defined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-26 11:25:00


#7028: NDEBUG should disable asserts even if BOOST_ENABLE_ASSERT_HANDLER is
defined
--------------------------------------------------------------------+-------
 Reporter: mgaunard | Owner: no-maintainer
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: utility
  Version: Boost Development Trunk | Severity: Problem
 Keywords: BOOST_ASSERT assert BOOST_ENABLE_ASSERT_HANDLER NDEBUG |
--------------------------------------------------------------------+-------
 I have some components that require the use of a specific assert handler.

 Compiling those components in debug or release is something that should be
 fairly independent from the flags required to use my components.

 Therefore it would be more practical for me if when both
 BOOST_ENABLE_ASSERT_HANDLER and NDEBUG are defined the assert handler is
 not called.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7028>
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:09 UTC