[clang] Update __cpp_concepts macro (PR #87998)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 08:02:43 PDT 2024
================
@@ -544,16 +544,8 @@ <h2 id="cxx20">C++20 implementation status</h2>
</tr>
<tr> <!-- from Cologne -->
<td><a href="https://wg21.link/p0848r3">P0848R3</a></td>
- <td rowspan="1" class="partial" align="center">
- <details>
- <summary>Clang 16 (Partial)</summary>
- Because of other concepts implementation deficits, the __cpp_concepts macro is not yet set to 202002L.
- Also, the related defect reports <a href="https://wg21.link/cwg1496">DR1496</a> and
- <a href="https://wg21.link/cwg1734">DR1734</a> are not yet implemented. Accordingly, deleted
- special member functions are treated as eligible even though they shouldn't be.
----------------
cor3ntin wrote:
Is that not true any more?
https://github.com/llvm/llvm-project/pull/87998
More information about the cfe-commits
mailing list