$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [filesystem][lexical_cast] Lexical cast of filenames containing spaces
From: Daniel James (dnljms_at_[hidden])
Date: 2010-08-16 11:22:53
On 16 August 2010 12:12, Dmitry Goncharov <dgoncharov_at_[hidden]> wrote:
>
> You are describing the behavior w/o the patch applied.
> With the patch applied filesystem's extractor extracts the whole name until a new line.
> I see that the patch is already in 1.44.
> What version do you see the problem in ?
Yes, you're right, but there was a further change in changeset 63136
which restored the behaviour for unquoted strings:
https://svn.boost.org/trac/boost/changeset/63136/
It was discussed here:
http://thread.gmane.org/gmane.comp.lib.boost.devel/205843
Daniel