diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-19 20:47:20 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-19 20:47:20 +0000 |
commit | 2fcf0de8a122ddb265d8c32d6ac1012c070e4f24 (patch) | |
tree | 6e2b734cc93ba99215f25b74b6530cdf786fe587 /www/cxx_status.html | |
parent | 87a9f2b2d7fb287ccd9ed5dfdbe75cc4ce906122 (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.html | 2 |
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> |