[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 07:31:49 PST 2024


Botond =?utf-8?q?István_Horváth?=,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>


================
@@ -14478,7 +14478,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td><a href="https://cplusplus.github.io/CWG/issues/2445.html">2445</a></td>
     <td>C++20</td>
     <td>Partial ordering with rewritten candidates</td>
-    <td class="unknown" align="center">Unknown</td>
+    <td class="unreleased" align="center">Clang 18</td>
----------------
Endilll wrote:

`19`, unless you're planning to cherry-pick this into 18 branch (I don't advise to do that this late into pre-release phase).

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


More information about the cfe-commits mailing list