Skip to content

Commit 877678b

Browse files
author
hobois
committed
Added the fix to relasenotes
1 parent 6a314d0 commit 877678b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,11 @@ Bug Fixes to C++ Support
390390
we now produce a diagnostic. Fixes:
391391
(`#65522 <https://github.com/llvm/llvm-project/issues/65522>`_)
392392

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+
393398
Bug Fixes to AST Handling
394399
^^^^^^^^^^^^^^^^^^^^^^^^^
395400
- Fixed an import failure of recursive friend class template.

0 commit comments

Comments
 (0)