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
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 5d3dd63..d756ef2 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -419,7 +419,7 @@
     <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>