diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-11-05 21:42:32 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-11-05 21:42:32 +0000 |
commit | 3f22bf947d3c7534ffd44bcc2bd23afb042d52a8 (patch) | |
tree | 7d959488d6fc22fb8593656e6a83a5a302472c8b | |
parent | 60fc149e437f95707ce4eb1b52dadd705e6f8aeb (diff) | |
download | llvm-3f22bf947d3c7534ffd44bcc2bd23afb042d52a8.zip llvm-3f22bf947d3c7534ffd44bcc2bd23afb042d52a8.tar.gz llvm-3f22bf947d3c7534ffd44bcc2bd23afb042d52a8.tar.bz2 |
Fix incorrect status for P0012R1.
llvm-svn: 252216
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 040e539..a499db1 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -606,7 +606,7 @@ as the draft C++1z standard evolves.</p> <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="svn" align="center">Clang 3.6</td> + <td class="none" align="center">No</td> </tr> <tr> <td><tt>__has_include</tt></td> |