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 8e37e6f commit 67b8a02Copy full SHA for 67b8a02
clang/docs/ReleaseNotes.rst
@@ -513,6 +513,11 @@ Bug Fixes to C++ Support
513
rather than prefer the non-templated constructor as specified in
514
[standard.group]p3.
515
516
+- Fix a bug where implicit deduction guides are not correctly generated for nested template
517
+ classes. Fixes:
518
+ (`#46200 <https://github.com/llvm/llvm-project/issues/46200>`_)
519
+ (`#57812 <https://github.com/llvm/llvm-project/issues/57812>`_)
520
+
521
Bug Fixes to AST Handling
522
^^^^^^^^^^^^^^^^^^^^^^^^^
523
- Fixed an import failure of recursive friend class template.
0 commit comments