[libcxx-commits] [clang] [libcxx] [Clang] Normalize constraints before checking for satisfaction (PR #141776)

Corentin Jabot via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 19 03:05:20 PDT 2025


================
@@ -10,11 +10,68 @@
 //
 //===----------------------------------------------------------------------===//
 
+/*
+ * A note on implementation:
+ *
+ * As per the C++ standard, constraints are normalized [temp.constr.normal]
----------------
cor3ntin wrote:

Yes!

https://github.com/llvm/llvm-project/pull/141776


More information about the libcxx-commits mailing list