$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Heads up - string_ref landing
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-11-16 09:57:23
On Fri, Nov 16, 2012 at 6:50 PM, Maxim Yanchenko
<maximyanchenko_at_[hidden]> wrote:
>
> For this we use just
> f(char_range::literal("Olaf"));
Sorry for jumping in but shouldn't it be from_literal? It's more
aligned with from_array you suggested before.