24 Apr
2007
24 Apr
'07
6:29 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Gary Granger
I have had some bad experiences with the serialization library and things like header order causing unexplainable errors. I don't yet understand all the magic behind it. :)
Please correct me if I'm wrong, but the only header order that matters it the place where you include export.hpp. It must be included after all archives. If you write your own archives, there is some #define you need to set somewhere. I'm trying to get a firm handle on the serialization lib myself :-) Thanks, Sohail