forked from OSchip/llvm-project
Update the status of N2412 in C (we do not implement large parts of it)
This commit is contained in:
parent
cbf682cb1c
commit
1feb8ab0d3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue