$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Heads up - string_ref landing
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-11-16 08:41:48
On 16/11/12 14:33, Mathias Gaunard wrote:
> This is somewhat equivalent to the same code without the "_ref", except
> the above doesn't actually copy anything (modifying b will modify a).
Sorry that was misleading, b cannot be modified. What I mean is that
they share the same memory.