
25 Apr
2004
25 Apr
'04
9:19 p.m.
On Sun, 25 Apr 2004 22:14:03 +0200, JOAQUIN LOPEZ MU?Z wrote
Well, since serialization support is entirely contained in function templates, you don't need any actual definition till POI (I might be wrong here, but I guess I'm not.) This can help reduce compilation time if you're not going to serialize dates at all. Matter of fact, seeing the includes in your example
#include "boost/archive/basic_archive.hpp" #include "boost/serialization/split_free.hpp" #include "boost/serialization/string.hpp"
I think the two first are unnecessary (could you try this out? thx)
Actually none of them are necessary. Ah the wonder of templates :-) Jeff