[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:50 PDT 2025


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

This doc is lovely, but can we put this in the `InternalsManual.rst` instead?

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


More information about the libcxx-commits mailing list