$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Heads up - string_ref landing
From: Peter Dimov (lists_at_[hidden])
Date: 2012-11-16 11:50:00
Jeffrey Lee Hellrung, Jr. wrote:
> IMHO, I would think
>
> typedef contiguous_range< char > string_ref;
> typedef contiguous_range< char const > string_cref;
>
> would be better, ...
In what ways would it be better?