forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
356a4b433b
commit
f394d22fa8
|
@ -871,7 +871,7 @@ as the draft C++2a standard evolves.
|
|||
<tr id="p0734">
|
||||
<td rowspan="9">Concepts</td>
|
||||
<td><a href="https://wg21.link/p0734r0">P0734R0</a></td>
|
||||
<td rowspan="9" class="none" align="center">No</td>
|
||||
<td rowspan="4" class="unreleased" align="center">Clang 10</td>
|
||||
</tr>
|
||||
<tr> <!-- from Albuquerque -->
|
||||
<td><a href="https://wg21.link/p0857r0">P0857R0</a></td>
|
||||
|
@ -884,15 +884,18 @@ as the draft C++2a standard evolves.
|
|||
</tr>
|
||||
<tr> <!-- from Cologne -->
|
||||
<td><a href="https://wg21.link/p0848r3">P0848R3</a></td>
|
||||
<td rowspan="1" class="none" align="center">No</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wg21.link/p1616r1">P1616R1</a></td>
|
||||
<td rowspan="2" class="unreleased" align="center">Clang 10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wg21.link/p1452r2">P1452R2</a></td>
|
||||
</tr>
|
||||
<tr> <!-- from Belfast -->
|
||||
<td><a href="https://wg21.link/p1972r0">P1972R0</a></td>
|
||||
<td rowspan="2" class="none" align="center">No</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://wg21.link/p1980r0">P1980R0</a></td>
|
||||
|
|
Loading…
Reference in New Issue