summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-07-27 17:44:03 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-07-27 17:44:03 +0000
commitf226a28d61c47fb1b0b665f0246848f3be2f99f8 (patch)
tree7ae5da850235f933057f86a6ef1f06cd966c9e39 /www
parent24047fd4a7e8231b2220abc1d20b16bc5de3ee87 (diff)
Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx1z_status.html6
-rw-r--r--www/cxx2a_status.html2
2 files changed, 6 insertions, 2 deletions
diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html
index d9c44fc29..601c6e7d2 100644
--- a/www/cxx1z_status.html
+++ b/www/cxx1z_status.html
@@ -39,6 +39,8 @@
<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="http://clang.llvm.org/cxx_status.html#cxx17">here</a>.</p>
+ <p>Reminder: Features in unreleased drafts of the standard are subject to change.</p>
+
<p>The groups that have contributed papers:
<ul>
<li>LWG - Library working group</li>
@@ -163,7 +165,7 @@
<tr><td><a href="http://wg21.link/P0623R0">P0623R0</a></td><td>LWG</td><td>Final C++17 Parallel Algorithms Fixes</td><td>Kona</td><td></td><td></td></tr>
<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr><td><a href="http://wg21.link/P0682R1">P0682R1</a></td><td>LWG</td><td>Repairing elementary string conversions</td><td>Toronto</td><td></td><td></td></tr>
- <tr><td><a href="http://wg21.link/P0739R0">P0739R0</a></td><td>LWG</td><td>Some improvements to class template argument deduction integration into the standard library</td><td>Toronto</td><td></td><td></td></tr>
+ <tr><td><a href="http://wg21.link/P0739R0">P0739R0</a></td><td>LWG</td><td>Some improvements to class template argument deduction integration into the standard library</td><td>Toronto</td><td>Complete</td><td>5.0</td></tr>
<!-- <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> -->
</table>
@@ -497,7 +499,7 @@
<!-- <tr><td></td><td></td><td></td><td></td></tr> -->
</table>
- <p>Last Updated: 25-May-2017</p>
+ <p>Last Updated: 27-Jul-2017</p>
</div>
</body>
</html>
diff --git a/www/cxx2a_status.html b/www/cxx2a_status.html
index 2c9f878b6..7a17b784a 100644
--- a/www/cxx2a_status.html
+++ b/www/cxx2a_status.html
@@ -38,6 +38,8 @@
<p>In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, known here as "C++2a" (probably to be C++20).</p>
<p>This page shows the status of libc++; the status of clang's support of the language features is <a href="http://clang.llvm.org/cxx_status.html#cxx2a">here</a>.</p>
+ <p>Reminder: Features in unreleased drafts of the standard are subject to change.</p>
+
<p>The groups that have contributed papers:
<ul>
<li>LWG - Library working group</li>