aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-04-19 20:47:20 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-04-19 20:47:20 +0000
commit2fcf0de8a122ddb265d8c32d6ac1012c070e4f24 (patch)
tree6e2b734cc93ba99215f25b74b6530cdf786fe587 /www/cxx_status.html
parent87a9f2b2d7fb287ccd9ed5dfdbe75cc4ce906122 (diff)
Note that we support (and in fact have supported since the dawn of time itself)
C++1y binary literals. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 5d3dd63407..d756ef2564 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -419,7 +419,7 @@ available.</p>
<tr>
<td>[PROVISIONAL] Binary literals</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf">N3472</a></td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td>[PROVISIONAL] Return type deduction for normal functions</td>