[clang] [Clang][RFC] Bypass TAD during overload resolution if a perfect match exists (PR #133426)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 15 23:58:59 PDT 2025


================
@@ -45,6 +45,7 @@
 #include <cstddef>
 #include <cstdlib>
 #include <optional>
+#include <variant>
----------------
zyn0217 wrote:

We no longer use variant, right?

https://github.com/llvm/llvm-project/pull/133426


More information about the cfe-commits mailing list