$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2004-09-16 14:03:42
"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