Boost logo

Boost :

From: Sean Huang (huangsean_at_[hidden])
Date: 2007-09-27 12:46:40


The following code should compile:

#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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk