Boost logo

Boost Users :

From: Damien * (damdai_at_[hidden])
Date: 2005-04-02 23:12:21


has anyone seen this compile error before, and know how to fix it?

/usr/local/include/boost-1_32/boost/archive/detail/iserializer.hpp:428: no
type named `type' in `struct
boost::mpl::eval_if<boost::is_abstract<MyClass>,
boost::mpl::identity<boost::archive::detail::load_pointer_type<boost::archive::text_iarchive,
MyClass*>::abstract<MyClass> >,
boost::mpl::identity<boost::archive::detail::load_pointer_type<boost::archive::text_iarchive,
MyClass*>::non_abstract<MyClass> > >'

im trying to serialize a polymorphic class that has a pointer to another
class of the same type in it. if i comment out that line in the
serialization function, the error goes away.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net