[libcxx-commits] [PATCH] D129195: [libc++] Implement P1423R3 (char8_t backward compatibility remediation)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 14 07:38:59 PDT 2022
philnik added a comment.
In D129195#3650796 <https://reviews.llvm.org/D129195#3650796>, @h-vetinari wrote:
> Though you probably know, there's yet another DR on top of P1423 <https://reviews.llvm.org/P1423> that has been accepted (only missing plenary vote): https://github.com/cplusplus/papers/issues/1171
>
> Might be worth investigating to not needlessly introduce breakage that will then have to be undone again.
The paper you linked only changes core wording, so it shouldn't make any difference for the library part. Or am I missing something?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129195/new/
https://reviews.llvm.org/D129195
More information about the libcxx-commits
mailing list