[libcxx] r324290 - Remove <experimental/string_view>; use <string_view> instead. See https://libcxx.llvm.org/TS_deprecation.html

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 24 08:10:34 PST 2018


On Thu, Feb 22, 2018 at 7:06 AM, Nico Weber <thakis at chromium.org> wrote:

> Out of interest, do you know why the non-experimental version doesn't have
> to_string()? What are folks supposed to use instead?
>

std::string has an (explicit) constructor from string_view.

-- Marshall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180224/937b92c3/attachment.html>


More information about the cfe-commits mailing list