[libcxx-commits] [PATCH] D130785: [libc++] Implement P2499R0 (`string_view` range constructor should be `explicit`)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 2 08:27:07 PDT 2022
philnik added a comment.
In D130785#3693686 <https://reviews.llvm.org/D130785#3693686>, @ldionne wrote:
> This was accepted as a paper, not as a LWG issue/DR, right? If so, why is this not guarded with a version check for the C+ Standard?
Both the addition of the constructor itself and this change are part of C++23.
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