id summary reporter owner description type status milestone component version severity resolution keywords cc 7028 NDEBUG should disable asserts even if BOOST_ENABLE_ASSERT_HANDLER is defined Mathias Gaunard Peter Dimov "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." Feature Requests reopened To Be Determined utility Boost Development Trunk Problem BOOST_ASSERT assert BOOST_ENABLE_ASSERT_HANDLER NDEBUG k_satoda@…