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 738c5ea commit 78058daCopy full SHA for 78058da
clang/docs/ReleaseNotes.rst
@@ -614,6 +614,7 @@ Bug Fixes to C++ Support
614
- Fix a bug on template partial specialization whose template parameter is `decltype(auto)`.
615
- Fix a bug on template partial specialization with issue on deduction of nontype template parameter
616
whose type is `decltype(auto)`. Fixes (#GH68885).
617
+- Clang now correctly treats the noexcept-specifier of a friend function to be a complete-class context.
618
619
Bug Fixes to AST Handling
620
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments