$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sören Freudiger (muffmolch_at_[hidden])
Date: 2008-04-30 14:11:53
Hi
I have problemes with the serialization since I updated to boost 1.35.0
Error:
intrinsics.hpp
# define BOOST_IS_ABSTRACT(T) __is_abstract(T) //<-error C2059: syntax
error : '__is_abstract'
# define BOOST_IS_CLASS(T) __is_class(T) //this one isn't syntax
higloghted, maybe not defined, too.
Any idea what's the matter?
I checked out the head revision and it doesn't work two.
Best,
SirAnn