r211469 - Fix dead link.
Richard Smith
richard-llvm at metafoo.co.uk
Sun Jun 22 08:54:55 PDT 2014
Author: rsmith
Date: Sun Jun 22 10:54:54 2014
New Revision: 211469
URL: http://llvm.org/viewvc/llvm-project?rev=211469&view=rev
Log:
Fix dead link.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=211469&r1=211468&r2=211469&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sun Jun 22 10:54:54 2014
@@ -424,8 +424,9 @@ change.</span>
<h2 id="cxx14">C++1y implementation status</h2>
-<p>Clang implements all of the
-<a href="https://github.com/cplusplus/draft/blob/master/papers/N3936.pdf?raw=true">Draft International Standard</a>
+<p>Clang implements all of the latest working draft (see <a
+href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf">most
+recent publicly available draft</a>)
of the upcoming C++ language standard, provisionally named C++1y. The following
table describes the Clang version in which each feature became available.</p>
More information about the cfe-commits
mailing list