[clang] [Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (PR #89906)
Adrian Vogelsgesang via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 29 01:57:41 PDT 2024
================
@@ -187,7 +187,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>Trivial infinite loops are not Undefined Behavior</td>
<td><a href="https://wg21.link/P2809R3">P2809R3</a> (<a href="#dr">DR</a>)</td>
- <td class="none" align="center">No</td>
+ <td class="unreleased" align="center">Clang 19</td>
----------------
vogelsgesang wrote:
the wrong paper was marked as implemented
https://github.com/llvm/llvm-project/pull/89906
More information about the cfe-commits
mailing list