Changes between Initial Version and Version 1 of Ticket #7028, comment 5
- Timestamp:
- Mar 14, 2013, 9:36:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7028, comment 5
initial v1 4 4 > 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. 5 5 6 There is already BOOST_VERIFY for this purpose. What am I missing?6 What prevents the users to use the test directly in their code. What am I missing?