forked from OSchip/llvm-project
parent
85c82841ba
commit
21a1019387
|
@ -777,7 +777,7 @@ code. This issue is expected to be rectified soon.
|
|||
|
||||
<h2 id="cxx20">C++2a implementation status</h2>
|
||||
|
||||
<p>Clang does not yet support any of the propose fetures of
|
||||
<p>Clang does not yet support any of the proposed features of
|
||||
<!--<p>Clang has <b>experimental</b> support for some proposed features of-->
|
||||
the C++ standard following C++17, provisionally named C++2a.
|
||||
Note that support for these features may change or be removed without notice,
|
||||
|
@ -797,7 +797,7 @@ as the draft C++2a standard evolves.
|
|||
<!-- Toronto 2017 papers -->
|
||||
<tr>
|
||||
<td>Default member initializers for bit-fields</td>
|
||||
<td><a href="http://wg21.link/p0683r1">P00683R1</a></td>
|
||||
<td><a href="http://wg21.link/p0683r1">P0683R1</a></td>
|
||||
<td class="none" align="center">No</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue