summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-06-22 15:54:54 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-06-22 15:54:54 +0000
commit83cc69bbe4412f4e18bfbe26998360c02453ec80 (patch)
tree1b15a870e72c0c53fc92355edade780ee0b04ff8 /www
parent7760db9216936c5f4cb327a8826dcfc4900ff65e (diff)
Fix dead link.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 06ef36ea43..a398651bb9 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>