]> granicus.if.org Git - clang/commitdiff
Implementation of N3760 which is planned to be voted into C++14's draft
authorChandler Carruth <chandlerc@gmail.com>
Fri, 27 Sep 2013 22:30:27 +0000 (22:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 27 Sep 2013 22:30:27 +0000 (22:30 +0000)
tomorrow is complete.

There is a missing warning due to a serious issue with template
instantiation in Clang (and potentially in the core language).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191577 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 3bcc3f8346d39e0f585a0a63561b873572a2ab1a..d1aa45d88c31b14b27cc063f25561eb803f66614 100644 (file)
@@ -471,7 +471,7 @@ available.</p>
     <tr>
       <td><tt>[[deprecated]]</tt> attribute</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3760.html">N3760</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Single quotation mark as digit separator</td>