summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-10-22 01:35:34 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-10-22 01:35:34 +0000
commitfdc43f787065f7a6259544fa49f3a01e2b86bddd (patch)
treeed502316ad6db39ee7878172e81b489fd6fbd0b1 /www
parentd065ea4c470a52237ec76d30828bab9599080b0c (diff)
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
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 4f19c69714..870008eef5 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>