24 Feb
2014
24 Feb
'14
11:59 a.m.
Mathias Gaunard wrote:
That doesn't change the fact that: - NDEBUG and BOOST_DISABLE_ASSERTS are inconsistent
If by "inconsistent" you mean that they don't do the same thing, then yes. If they did, there would have been no need to have BOOST_DISABLE_ASSERTS. BOOST_DISABLE_ASSERTS disables BOOST_ASSERT(_MSG). I don't know how it can be made more consistent than that.
- BOOST_ASSERT and BOOST_ASSERT_MSG are inconsistent
No.