]> granicus.if.org Git - clang/commitdiff
Mark P0012R1 as "Partial" since it's now substantially complete.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 22 Oct 2016 01:35:34 +0000 (01:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 22 Oct 2016 01:35:34 +0000 (01:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284907 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 4f19c69714614f91db72404dfa18bb93d517f4f3..870008eef5c588237599bffb7e7a2453e20aa33f 100644 (file)
@@ -612,7 +612,9 @@ as the draft C++1z standard evolves.
     <tr>
       <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 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>
       <td><tt>__has_include</tt> in preprocessor conditionals</td>
@@ -723,6 +725,8 @@ as the draft C++1z standard evolves.
       <td>Structured bindings</td>
       <td><a href="http://wg21.link/p0217r3">P0217R3</a></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>
       <td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td>