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 6429c47 commit b78291aCopy full SHA for b78291a
clang/docs/ReleaseNotes.rst
@@ -129,6 +129,10 @@ C++23 Feature Support
129
C++20 Feature Support
130
^^^^^^^^^^^^^^^^^^^^^
131
132
+- Clang now normalizes constraints before checking their satisfaction, as mandated by the standard.
133
+ As a result, Clang no longer incorrectly diagnose subsdtitution failures in template arguments only
134
+ used in concept-ids, and produce better diagnostics for satisfaction failure. (#G61811) (#GH135190)
135
+
136
C++17 Feature Support
137
138
0 commit comments