Boost logo

Boost :

From: Jeff Garland (jeff_at_[hidden])
Date: 2004-04-25 16:19:11


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk