
16 Sep
2004
16 Sep
'04
7:03 p.m.
"Brian Riis" wrote:
As Jeff Garland mentioned, generally std::* should be in Serialization, and anything else in the respective library. However, Boost.Serialization already provides support for e.g. shared_ptr<> and Boost.Optional. So...?
Optional was written because it was needed at the time and happened to be added into serialization/ It could be moved out to optional/. /Pavel