Skip to content
Snippets Groups Projects
Commit fdc43f78 authored by Richard Smith's avatar Richard Smith
Browse files

Mark P0012R1 as "Partial" since it's now substantially complete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284907 91177308-0d34-0410-b5e6-96231b3b80d8
parent d065ea4c
No related branches found
No related tags found
No related merge requests found
...@@ -612,7 +612,9 @@ as the draft C++1z standard evolves. ...@@ -612,7 +612,9 @@ as the draft C++1z standard evolves.
<tr> <tr>
<td>Make exception specifications part of the type system</td> <td>Make exception specifications part of the type system</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0012r1.html">P0012R1</a></td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0012r1.html">P0012R1</a></td>
<td class="none" align="center">No</td> <td class="partial" align="center">Partial</td>
<!-- We don't correctly support throwing noexcept function types and
catching as non-noexcept yet, nor mangling exception specifications. -->
</tr> </tr>
<tr> <tr>
<td><tt>__has_include</tt> in preprocessor conditionals</td> <td><tt>__has_include</tt> in preprocessor conditionals</td>
...@@ -723,6 +725,8 @@ as the draft C++1z standard evolves. ...@@ -723,6 +725,8 @@ as the draft C++1z standard evolves.
<td>Structured bindings</td> <td>Structured bindings</td>
<td><a href="http://wg21.link/p0217r3">P0217R3</a></td> <td><a href="http://wg21.link/p0217r3">P0217R3</a></td>
<td class="partial" align="center">Partial</td> <td class="partial" align="center">Partial</td>
<!-- We don't implement structured bindings of arrays yet, anticipating
this being removed from the working draft -->
</tr> </tr>
<tr> <tr>
<td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td> <td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment