From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-05-04 13:49:14


Sorry for not following the thread properly, just a quick note:

>>> (e.g. serialization support for core libraries should be supplied by
>>> serialization and not core [as I believe it is now, at least in many
>>> cases]).

This is not right. Serialization support for class X should be provided by
X.hpp and it must be possible to do this without depending on any other
header.