$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Grüner (david.gruener_at_[hidden])
Date: 2008-03-17 05:01:34
Hi,
while trying the 1_35_RC1 svn snapshot,
AFAICS there is a problem with range/iterator_range.hpp.
There is assumed that BOOST_ASSERT(x) evaluates to nothing
when NDEBUG is set. This is not the case of you install an
assert handler in release mode.
David.