Skip to content

Commit d53c7fa

Browse files
committed
[FOLD] add release note
1 parent 34af551 commit d53c7fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,9 @@ Bug Fixes to C++ Support
713713
- Correctly treat the compound statement of an ``if consteval`` as an immediate context. Fixes (#GH91509).
714714
- When partial ordering alias templates against template template parameters,
715715
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.
716719

717720
Bug Fixes to AST Handling
718721
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)