
25 Apr
2007
25 Apr
'07
2:02 p.m.
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