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

llvm-svn: 345762
This commit is contained in:
Louis Dionne 2018-10-31 18:53:31 +00:00
parent eeac12af6d
commit 7c7cac05ed
2 changed files with 8 additions and 7 deletions

View File

@ -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>

View File

@ -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>