$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: gast128 (gast128_at_[hidden])
Date: 2004-11-24 18:18:39
>BOOST_MPL_ASSERT((boost::mpl::false_))
This gives the same error on VC++ 7.1:
"error C2143: syntax error : missing '}' before '('"
I see in 'boost/mpl/assert.hpp' heavy use of the pp library, maybe it has to
do with this. I do not get seriuos pp samples running on VC++ 7.1.
Me.