We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035f811 commit a9f9770Copy full SHA for a9f9770
clang/www/cxx_status.html
@@ -926,7 +926,14 @@ <h2 id="cxx20">C++20 implementation status</h2>
926
</tr>
927
<tr>
928
<td><a href="https://wg21.link/p1857r3">P1857R3</a></td>
929
- <td class="none" align="center">No</td>
+ <td class="partial" align="center">
930
+ <details>
931
+ <summary>>Clang 21(Partial)</summary>
932
+ The restriction 'A module directive may only appear as
933
+ the first preprocessing tokens in a file' was supported
934
+ in clang-21.
935
+ </details>
936
+ </td>
937
938
939
<td><a href="https://wg21.link/p2115r0">P2115R0</a></td>
0 commit comments