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 6a314d0 commit 877678bCopy full SHA for 877678b
clang/docs/ReleaseNotes.rst
@@ -390,6 +390,11 @@ Bug Fixes to C++ Support
390
we now produce a diagnostic. Fixes:
391
(`#65522 <https://github.com/llvm/llvm-project/issues/65522>`_)
392
393
+- Fixed a bug where clang incorrectly considered implicitly generated deduction
394
+ guides from a non-templated constructor and a templated constructor as ambiguous,
395
+ rather than prefer the non-templated constructor as specified in
396
+ [standard.group]p3
397
+
398
Bug Fixes to AST Handling
399
^^^^^^^^^^^^^^^^^^^^^^^^^
400
- Fixed an import failure of recursive friend class template.
0 commit comments