[clang] [clang] Bugfix for choosing the more specialized overload (PR #83279)

Botond István Horváth via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 4 05:12:53 PST 2024


================
@@ -68,3 +68,35 @@ template<A> struct X {};
 X<1> x;
 #endif
 }
+namespace dr2445 { // dr2445: 19
----------------
HoBoIs wrote:

done

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


More information about the cfe-commits mailing list