summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-11-26 02:16:37 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-11-26 02:16:37 +0000
commit8677278cfa4f0c17cbfdaf28fd59d47853c63860 (patch)
treea48e57626039e1fab06678b0afbc9cb69f96498c /www
parent59763b390aea7f636dc3da3c06035e6fba9cfe09 (diff)
P0002R1: increment on expressions of type bool is no longer allowed in C++1z.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index c41f1196fe..2e9c2985e0 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -601,7 +601,7 @@ as the draft C++1z standard evolves.</p>
<tr>
<td>Remove deprecated <tt>bool</tt> increment</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0002r1.html">P0002R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">Clang 3.8</td>
</tr>
<tr>
<td>Make exception specifications part of the type system</td>
@@ -609,7 +609,7 @@ as the draft C++1z standard evolves.</p>
<td class="none" align="center">No</td>
</tr>
<tr>
- <td><tt>__has_include</tt></td>
+ <td><tt>__has_include</tt> in preprocessor conditionals</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0061.html">P0061R1</a></td>
<td class="full" align="center">Yes</td>
</tr>