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 34af551 commit d53c7faCopy full SHA for d53c7fa
clang/docs/ReleaseNotes.rst
@@ -713,6 +713,9 @@ Bug Fixes to C++ Support
713
- Correctly treat the compound statement of an ``if consteval`` as an immediate context. Fixes (#GH91509).
714
- When partial ordering alias templates against template template parameters,
715
allow pack expansions when the alias has a fixed-size parameter list. Fixes (#GH62529).
716
+- Clang now ignores template parameters only used within the exception specification of candidate function
717
+ templates during partial ordering when deducing template arguments from a function declaration or when
718
+ taking the address of a function template.
719
720
Bug Fixes to AST Handling
721
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments