aboutsummaryrefslogtreecommitdiff
path: root/clang/www/cxx_status.html
diff options
context:
space:
mode:
Diffstat (limited to 'clang/www/cxx_status.html')
-rwxr-xr-xclang/www/cxx_status.html18
1 files changed, 5 insertions, 13 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index a48f35e..197726f 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -637,21 +637,13 @@ C++23, informally referred to as C++26.</p>
</tr>
<!-- Rapperswil papers -->
<tr>
- <td>Class types as non-type template parameters</td>
+ <td rowspan="2">Class types as non-type template parameters</td>
<td><a href="https://wg21.link/p0732r2">P0732R2</a></td>
- <td class="full" align="center">Clang 12</td>
- </tr>
- <tr> <!-- from Belfast -->
- <td>Generalized non-type template parameters of scalar type</td>
- <td><a href="https://wg21.link/p1907r1">P1907R1</a></td>
- <td class="partial" align="center">
- <details>
- <summary>Clang 18 (Partial)</summary>
- Reference type template arguments referring to instantiation-dependent objects and subobjects
- (i.e. declared inside a template but neither type- nor value-dependent) aren't fully supported.
- </details>
- </td>
+ <td rowspan="2" class="partial" align="center">Partial</td>
</tr>
+ <tr> <!-- from Belfast -->
+ <td><a href="https://wg21.link/p1907r1">P1907R1</a></td>
+ </tr>
<tr>
<td>Destroying operator delete</td>
<td><a href="https://wg21.link/p0722r3">P0722R3</a></td>