$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-15 07:37:21
Replacing:
BOOST_CHECK_EQUAL(a,b)
by
BOOST_CHECK(a == b)
also makes the internal compiler error go away...
Roland