diff options
Diffstat (limited to 'clang/www/cxx_status.html')
-rw-r--r-- | clang/www/cxx_status.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 1f165b957dd..d2e2fc23969 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -401,7 +401,7 @@ ABI-incompatible change.</span> <h2 id="cxx14">C++1y implementation status</h2> -<p>Clang is introducing support for the upcoming C++ language standard, +<p>Clang implements most of the upcoming C++ language standard, provisionally named C++1y. The following table describes which C++1y features have been implemented in Clang and in which Clang version they became available.</p> @@ -476,15 +476,10 @@ available.</p> <tr> <td>C++ Sized Deallocation</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3778.html">N3778</a></td> - <td class="partial" align="center">Partial <a href="#n3778">(1)</a></td> + <td class="svn" align="center">SVN</td> </tr> </table> -<p> -<span id="n3778">(1): Use the experimental <tt>-Xclang -fsized-deallocation</tt> -flag to enable this feature.</span><br> -</p> - </div> </body> </html> |