
1 Feb
2006
1 Feb
'06
11:29 p.m.
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:
I compiled the following program wiht no errors on my vc 7.1 system with no errors or warnings
Robert Ramey
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