[libcxx-commits] [PATCH] D143447: [libc++] Implement P1328R1 constexpr std::type_info::operator==
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 6 17:11:19 PST 2023
ldionne added a subscriber: aaron.ballman.
ldionne added a comment.
This is a really naive implementation, but I think it's sufficient.
CCing @aaron.ballman in case Clang folks want to double check that we're not doing something stupid here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143447/new/
https://reviews.llvm.org/D143447
More information about the libcxx-commits
mailing list