[libcxx-commits] [clang] [libcxx] [Clang] Normalize constraints before checking for satisfaction (PR #141776)
Erich Keane via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Sep 18 11:14:52 PDT 2025
================
@@ -114,27 +114,6 @@ enum FloatingRank {
Ibm128Rank
};
-template <> struct llvm::DenseMapInfo<llvm::FoldingSetNodeID> {
- static FoldingSetNodeID getEmptyKey() { return FoldingSetNodeID{}; }
-
- static FoldingSetNodeID getTombstoneKey() {
- FoldingSetNodeID id;
- for (size_t i = 0; i < sizeof(id) / sizeof(unsigned); ++i) {
----------------
erichkeane wrote:
Oh I see... yucky.
https://github.com/llvm/llvm-project/pull/141776
More information about the libcxx-commits
mailing list