[libcxx-commits] [PATCH] D130785: [libc++] Implement P2499R0 (`string_view` range constructor should be `explicit`)
Igor Zhukov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 2 08:26:18 PDT 2022
fsb4000 marked an inline comment as done.
fsb4000 added a comment.
Hi Louis Dionne!
This is tested above: https://github.com/llvm/llvm-project/blob/8be1197285bdff6e03bf26b77052daa710f73068/libcxx/include/string_view#L319
#if _LIBCPP_STD_VER > 20 && !defined(_LIBCPP_HAS_NO_INCOMPLETE_RANGES)
So this is C++23 change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130785/new/
https://reviews.llvm.org/D130785
More information about the libcxx-commits
mailing list