Re: [Boost-users] [serialization] compile error

I finally solved my problem by commenting out the following include: //#include <boost/serialization/base_object.hpp> #include <boost/archive/text_iarchive.hpp> #include <boost/archive/text_oarchive.hpp> #include <boost/serialization/map.hpp> Not sure why it solved it, but I'm glad at least to have put this behind me. Thanks for the help. Scott

Hi, I still get an error : base_object.hpp(124): error expected either a definition or a tag name. struct reg{ ^ with the Intel 7.1 compiler Robert Ramey <ramey@rrsd.com> wrote: There is a left over header dependency which is fixed but will only show in in 1.34. until then base_object.hpp should be included afer text_archive.hpp. Sorry about that. Robert Ramey cheesy4poofs wrote:
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users --------------------------------- Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo! Mail.
participants (3)
-
cheesy4poofs
-
Robert Ramey
-
sui tam