[clang] [clang] Bugfix for choosing the more specialized overload (PR #83279)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 1 09:43:31 PST 2024
Botond =?utf-8?q?Istv=C3=A1n_Horv=C3=A1th?=,Botond Istvan Horvath
<horvath.botond.istvan at gmail.com>,Botond Istvan Horvath
<horvath.botond.istvan at gmail.com>,Botond Istvan Horvath
<horvath.botond.istvan at gmail.com>,Botond Istvan Horvath
<horvath.botond.istvan at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/83279 at github.com>
================
@@ -68,3 +68,35 @@ template<A> struct X {};
X<1> x;
#endif
}
+namespace dr2445 { // dr2445: 19
----------------
Endilll wrote:
It would be nice to have an empty line before the new namespace.
https://github.com/llvm/llvm-project/pull/83279
More information about the cfe-commits
mailing list