$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nikolay Mladenov (nikolay.mladenov_at_[hidden])
Date: 2007-04-25 10:02:18
Hi,
I am trying to move from vc6 to vc8 and I am getting errors like the
following:
boost_1_34_0_RC/boost/serialization/level.hpp(54) : error C2039:
'basic_traits' : is not a member of
'boost::serialization::boost::serialization'
Changing boost::serialization::basic_traits to
::boost::serialization::basic_traits fixes the error, but then, there is
a message about some other
compilers having similar problems. This use of the boost::serialization
namespace appears in many files.
Please advise,
Regards,
Nikolay