$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [strings][unicode] Proposals for Improved String Interoperability in a Unicode World
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-01-28 20:22:00
On 01/29/2012 02:12 AM, Mathias Gaunard wrote:
> A function that takes a std::string, or a boost::filesystem::path for
> that matter, necessarily causes the callee to copy the data into a
> heap-allocated buffer, even if there is no need to.
The caller, rather.