[libcxx] r345762 - [NFC] Replace C++1y and C++1z by C++14 and C++17, respectively

Louis Dionne ldionne at apple.com
Wed Oct 31 11:53:31 PDT 2018


Author: ldionne
Date: Wed Oct 31 11:53:31 2018
New Revision: 345762

URL: http://llvm.org/viewvc/llvm-project?rev=345762&view=rev
Log:
[NFC] Replace C++1y and C++1z by C++14 and C++17, respectively

Modified:
    libcxx/trunk/www/cxx1y_status.html
    libcxx/trunk/www/cxx1z_status.html

Modified: libcxx/trunk/www/cxx1y_status.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1y_status.html?rev=345762&r1=345761&r2=345762&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1y_status.html (original)
+++ libcxx/trunk/www/cxx1y_status.html Wed Oct 31 11:53:31 2018
@@ -4,7 +4,7 @@
 <html>
 <head>
   <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <title>libc++ C++1Y Status</title>
+  <title>libc++ C++14 Status</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
 </head>
@@ -32,12 +32,13 @@
 
 <div id="content">
   <!--*********************************************************************-->
-  <h1>libc++ C++1Y Status</h1>
+  <h1>libc++ C++14 Status</h1>
   <!--*********************************************************************-->
 
-  <p>In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, known as "C++1Y" (probably to be C++14)</p>
+  <p>In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".</p>
   <p>The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol)</p>
-  <p>This page shows the status of libc++; the status of clang's support of the language features is <a href="https://clang.llvm.org/cxx_status.html">here</a>.</p>
+  <p>In August 2014, this draft was approved by ISO as C++14</p>
+  <p>This page shows the status of libc++; the status of clang's support of the language features is <a href="https://clang.llvm.org/cxx_status.html#cxx14">here</a>.</p>
 
   <p>The groups that have contributed papers:
   <ul>

Modified: libcxx/trunk/www/cxx1z_status.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1z_status.html?rev=345762&r1=345761&r2=345762&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1z_status.html (original)
+++ libcxx/trunk/www/cxx1z_status.html Wed Oct 31 11:53:31 2018
@@ -4,7 +4,7 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>libc++ C++1Z Status</title>
+  <title>libc++ C++17 Status</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
 </head>
@@ -32,10 +32,10 @@
 
 <div id="content">
   <!--*********************************************************************-->
-  <h1>libc++ C++1z Status</h1>
+  <h1>libc++ C++17 Status</h1>
   <!--*********************************************************************-->
 
-  <p>In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, known here as "C++1z" (probably to be C++17).</p>
+  <p>In November 2014, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++1z".</p>
   <p>In February 2017, the C++ standard committee approved this draft, and sent it to ISO for approval as C++17</p>
   <p>This page shows the status of libc++; the status of clang's support of the language features is <a href="https://clang.llvm.org/cxx_status.html#cxx17">here</a>.</p>
 




More information about the libcxx-commits mailing list