diff options
Diffstat (limited to 'clang/www/cxx_status.html')
-rwxr-xr-x | clang/www/cxx_status.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index a35e501..2618ff9 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -926,7 +926,14 @@ C++23, informally referred to as C++26.</p> </tr> <tr> <td><a href="https://wg21.link/p1857r3">P1857R3</a></td> - <td class="none" align="center">No</td> + <td class="partial" align="center"> + <details> + <summary>Clang 21 (Partial)</summary> + The restriction that "[a] module directive may only appear + as the first preprocessing tokens in a file" is enforced + starting in Clang 21. + </details> + </td> </tr> <tr> <td><a href="https://wg21.link/p2115r0">P2115R0</a></td> |