
27 Sep
2007
27 Sep
'07
10:50 p.m.
Sean Huang wrote:
The following code should compile:
I believe the following change wil make this compile #include <any archive> This is a bug int the current version
#include <boost/serialization/export.hpp>
class A { }; BOOST_CLASS_EXPORT( A );
instead I got: error C2027: use of undefined type 'boost::serialization::extended_type_info_impl<T>' 1> with 1> [ 1> T=A 1> ]
Which file needs to be included to make this compile?
Regards,
Sean
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost