$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.