$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-04-25 11:13:56
Hughes, James wrote:
> Hello all,
>
> Am I right in thinking that I need to provide serialization support
> for filesystem::path myself because it is not built in to the
> serialization libraries?
yes.
> If that is the case, what is the best way to go about it?
read the documenation and examples and implement it. It might
be of interest to others as well so you could also upload it to the
vault.
> I had thought it was built in originally, but not been able to get
> things to compile - have I missed something?
nope.
Robert Ramey