Update the status of N2412 in C (we do not implement large parts of it)

This commit is contained in:
Aaron Ballman 2021-12-06 13:13:13 -05:00
parent cbf682cb1c
commit 1feb8ab0d3
1 changed files with 5 additions and 1 deletions

View File

@ -715,7 +715,11 @@ conformance.</p>
<tr>
<td>Two's complement sign representation</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2412.pdf">N2412</a></td>
<td class="unknown" align="center">Unknown</td>
<td class="partial" align="center">
<details><summary>Partial</summary>
Lacking width macros in limits.h and stdint.h
</details>
</td>
</tr>
<tr>
<td>Adding the u8 character prefix</td>