$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-06-24 08:40:24
Gennaro Prota wrote:
> We could perhaps protect against this kinds of things by using a
> static_cast in assert.hpp (probably documenting that)
Right, but I still don't know what it was supposed to do in the first place,
if it was supposed to always fail then it should have been:
BOOST_ASSERT(0 == "Some string");
John.