[clang] [Clang][RFC] Bypass TAD during overload resolution if a perfect match exists (PR #133426)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 15 07:41:46 PDT 2025
================
@@ -10382,6 +10383,7 @@ class Sema final : public SemaBase {
/// Add a C++ function template specialization as a candidate
/// in the candidate set, using template argument deduction to produce
/// an appropriate function template specialization.
+
----------------
erichkeane wrote:
Pretty sure we don't want this :)
https://github.com/llvm/llvm-project/pull/133426
More information about the cfe-commits
mailing list