[libcxx-commits] [clang] [libcxx] [Clang][WIP] Normalize constraints before checking for satisfaction (PR #141776)
Younan Zhang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 9 08:53:19 PDT 2025
================
@@ -51,6 +51,27 @@ class FixedPointSemantics;
struct fltSemantics;
template <typename T, unsigned N> class SmallPtrSet;
+template <> struct DenseMapInfo<llvm::FoldingSetNodeID> {
----------------
zyn0217 wrote:
Maybe split it into an NFC PR? I'm not sure if downstream users want it
https://github.com/llvm/llvm-project/pull/141776
More information about the libcxx-commits
mailing list