$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [property_tree] handling of filesystem::path
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2010-06-13 07:23:12
Johan Råde wrote:
> property_tree::ptree does not handle filesystem::path
> values correctly if the path contains spaces.
That means that fs::path's streaming operators don't round-trip. That's
a Boost.Filesystem bug, not a Boost.PropertyTree bug.
Unless you can show that the streaming operators do round-trip, but
PTree messes it up.
Sebastian