Boost logo

Boost :

Subject: Re: [boost] Please use BOOST_ASSERT_MSG(x, "message") instead of BOOST_ASSERT(x && "message")
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-02-24 17:42:07


On 02/24/2012 06:17 PM, Philipp Moeller wrote:

> Wont this silently skip the assert message in compilers that don't
> support C++11 static_assert and make the error less clear in return?

This is a runtime assertion.
This has nothing to do with static_assert.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk