We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f8b85 commit e7aaf82Copy full SHA for e7aaf82
clang/docs/ReleaseNotes.rst
@@ -126,6 +126,10 @@ C++23 Feature Support
126
C++20 Feature Support
127
^^^^^^^^^^^^^^^^^^^^^
128
129
+- Clang now normalizes constraints before checking their satisfaction, as mandated by the standard.
130
+ As a result, Clang no longer incorrectly diagnose subsdtitution failures in template arguments only
131
+ used in concept-ids, and produce better diagnostics for satisfaction failure. (#G61811) (#GH135190)
132
+
133
C++17 Feature Support
134
135
0 commit comments