$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Filesystem] String corruption in path in V3 and Boost 1.44
From: Will Watts (willw_at_[hidden])
Date: 2010-09-22 11:10:26
In article <i7d30l$afa$1_at_[hidden]>, Timothy Madden wrote:
> I have a similar problem with remove_all(), that is also fixed with a
> wstring (actually path::string_type) instead of a local TCHAR [] buffer,
Aha - so we both think it is probably a bug, then? If nothing else, it is
certainly a trap.
Do you happen to know if the Filesystem maintainer monitors this list, or if
we should be making our case elsewhere?
Will