[libcxx-commits] [PATCH] D153285: [NFC][libc++] Addresses LWG3905.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 20 08:52:24 PDT 2023
philnik added a comment.
In D153285#4435186 <https://reviews.llvm.org/D153285#4435186>, @Mordante wrote:
> In D153285#4432970 <https://reviews.llvm.org/D153285#4432970>, @philnik wrote:
>
>> This looks more like a "Nothing to do" to me, since we don't actually have to change anything.
>
> To me "Nothing to do" means no library implementation needs to make changes, not just us.
> Otherwise when we don't implement a feature and it's removed from the Standard that would mean nothing to do too.
Well, no previously conforming implementation has to make changes. This LWG issue is specifically to make more implementations conforming.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153285/new/
https://reviews.llvm.org/D153285
More information about the libcxx-commits
mailing list