Skip to content

Commit f394d22

Browse files
committed
[Concepts] Update cxx_status.html with Concepts support status
Concepts will be available with Clang 10 - update cxx_status.html to reflect the papers that have been implemented.
1 parent 356a4b4 commit f394d22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/www/cxx_status.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ <h2 id="cxx20">C++2a implementation status</h2>
871871
<tr id="p0734">
872872
<td rowspan="9">Concepts</td>
873873
<td><a href="https://wg21.link/p0734r0">P0734R0</a></td>
874-
<td rowspan="9" class="none" align="center">No</td>
874+
<td rowspan="4" class="unreleased" align="center">Clang 10</td>
875875
</tr>
876876
<tr> <!-- from Albuquerque -->
877877
<td><a href="https://wg21.link/p0857r0">P0857R0</a></td>
@@ -884,15 +884,18 @@ <h2 id="cxx20">C++2a implementation status</h2>
884884
</tr>
885885
<tr> <!-- from Cologne -->
886886
<td><a href="https://wg21.link/p0848r3">P0848R3</a></td>
887+
<td rowspan="1" class="none" align="center">No</td>
887888
</tr>
888889
<tr>
889890
<td><a href="https://wg21.link/p1616r1">P1616R1</a></td>
891+
<td rowspan="2" class="unreleased" align="center">Clang 10</td>
890892
</tr>
891893
<tr>
892894
<td><a href="https://wg21.link/p1452r2">P1452R2</a></td>
893895
</tr>
894896
<tr> <!-- from Belfast -->
895897
<td><a href="https://wg21.link/p1972r0">P1972R0</a></td>
898+
<td rowspan="2" class="none" align="center">No</td>
896899
</tr>
897900
<tr>
898901
<td><a href="https://wg21.link/p1980r0">P1980R0</a></td>

0 commit comments

Comments
 (0)