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 eea3922 commit 7d62b17Copy full SHA for 7d62b17
clang/docs/ReleaseNotes.rst
@@ -699,6 +699,9 @@ Bug Fixes to C++ Support
699
performed incorrectly when checking constraints. Fixes (#GH90349).
700
- Clang now allows constrained member functions to be explicitly specialized for an implicit instantiation
701
of a class template.
702
+- Clang now ignores template parameters only used within the exception specification of candidate function
703
+ templates during partial ordering when deducing template arguments from a function declaration or when
704
+ taking the address of a function template.
705
706
Bug Fixes to AST Handling
707
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments