Changes between Initial Version and Version 1 of Ticket #7028, comment 5


Ignore:
Timestamp:
Mar 14, 2013, 9:36:50 PM (10 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7028, comment 5

    initial v1  
    44> As the code is now, it is possible to turn `BOOST_ASSERT` into something like an `ENSURE` macro that leaves the checks in, even for release builds. This is important in safety-critical applications -- exactly the same applications where a custom assert handler makes the most sense.
    55
    6 There is already BOOST_VERIFY for this purpose. What am I missing?
     6What prevents the users to use the test directly in their code. What am I missing?