[libcxx-commits] [PATCH] D101708: [libcxx] expands `_CmpUnspecifiedParam` to accept `nullptr_t` and ignore types outside its domain
Tim Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 1 22:13:28 PDT 2021
tcanens added a comment.
> rejected both nullptr_t ([cmp.categories]/p3 notes that "nullptr_t meets this requirement" at the end of the paragraph)
So? That note is saying that it is conforming for an implementation to use `nullptr_t` as `_CmpUnspecifiedParam`, not that users are allowed to compare against `nullptr_t`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101708/new/
https://reviews.llvm.org/D101708
More information about the libcxx-commits
mailing list