[clang] [Clang] Warning as error Array Comparisons from C++26 (PR #118872)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 6 09:52:43 PST 2024
================
@@ -239,7 +239,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Remove Deprecated Array Comparisons from C++26</td>
<td><a href="https://wg21.link/P2865R6">P2865R6</a></td>
- <td class="none" align="center">No</td>
+ <td class="none" align="center">Clang 20</td>
----------------
AmrDeveloper wrote:
Done, thanks
https://github.com/llvm/llvm-project/pull/118872
More information about the cfe-commits
mailing list