[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
Fri Mar 1 06:53:09 PST 2024
================
@@ -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>
----------------
HoBoIs wrote:
I'm on it. While we are at here: should it be `18` or `19` ? As I can see 18 is almost out.
https://github.com/llvm/llvm-project/pull/83279
More information about the cfe-commits
mailing list