summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-01 03:32:42 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-01 03:32:42 +0000
commit19dc4350b116842299a2d834d8c827c5b4cf593d (patch)
tree36eaa3efa042fdb1f1f73e04387b1371a63ea2e9 /www
parentf865452420264672cffaf8d88f2b8a21776ff418 (diff)
P0012R1: add Itanium ABI support for throwing non-noexcept function pointers and catching as noexcept.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 86d65d18de..cd11299f85 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -612,9 +612,7 @@ 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="partial" align="center">Partial</td>
- <!-- We don't correctly support throwing noexcept function types and
- catching as non-noexcept yet. -->
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><tt>__has_include</tt> in preprocessor conditionals</td>