
On Sun, 25 Apr 2004 20:34:34 +0200, JOAQUIN LOPEZ MU?Z wrote
Regarding the need to include "greg_serialize.hpp", I think a better approach, from the point of view of the user, is that serialization support is already embedded into "boost/date_time/gregorian/gregorian_types.hpp" and automatically provided if one of the archive headers
...snip details...
See what I mean? For this to work with minimum overhead, we'd need some forward headers for serialize, save, load, etc. to be included by "boost/date_time/gregorian/gregorian.hpp".
Yes, I agree on the user perspecitive. I'm sorry I forgot to say that in the first few emails. I did say it here: http://lists.boost.org/MailArchives/boost/msg63885.php
I'm not sure whether this forward headers are already provided by Robert's library.
Why would I need 'forward headers' for this? Jeff