[libcxx] r242788 - Update the status of the TS'es
Marshall Clow
mclow.lists at gmail.com
Tue Jul 21 07:29:31 PDT 2015
Author: marshall
Date: Tue Jul 21 09:29:31 2015
New Revision: 242788
URL: http://llvm.org/viewvc/llvm-project?rev=242788&view=rev
Log:
Update the status of the TS'es
Modified:
libcxx/trunk/www/ts1z_status.html
Modified: libcxx/trunk/www/ts1z_status.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/ts1z_status.html?rev=242788&r1=242787&r2=242788&view=diff
==============================================================================
--- libcxx/trunk/www/ts1z_status.html (original)
+++ libcxx/trunk/www/ts1z_status.html Tue Jul 21 09:29:31 2015
@@ -61,24 +61,23 @@
<tr><td>Uses-allocator construction</td><td>Not started</td></tr>
<tr><td>Changes to std::shared_ptr and weak_ptr</td><td>Not started</td></tr>
<tr><td>Additions to std::function</td><td>Not started</td></tr>
- <tr><td>Changes to std::common_type</td><td>Not started</td></tr>
- <tr><td>Changes to std::iterator_traits</td><td>Not started</td></tr>
<tr><td>Additions to std::promise</td><td>Not started</td></tr>
<tr><td>Additions to std::packaged_task</td><td>Not started</td></tr>
<tr><td></td><td></td></tr>
<tr><td>Class erased_type</td><td>Complete</td></tr>
<tr><td>Calling a function with a tuple of arguments</td><td>Complete</td></tr>
+ <tr><td>Type traits (_v)</td><td>Complete</td></tr>
<tr><td>Other type transformations</td><td>Not started</td></tr>
<tr><td>Compile-time Rational Arithmetic</td><td>Implementation in progress</td></tr>
<tr><td>Time Utilities</td><td>Complete</td></tr>
<tr><td>System Error Support</td><td>Complete</td></tr>
<tr><td></td><td></td></tr>
- <tr><td>Searchers</td><td>Not started</td></tr>
+ <tr><td>Searchers</td><td>Implementation in progress</td></tr>
<tr><td>Optional Objects</td><td>Initial implementation complete</td></tr>
<tr><td>class any</td><td>Implementation in progress</td></tr>
- <tr><td>string_view</td><td>Implementation in progress</td></tr>
+ <tr><td>string_view</td><td>Complete</td></tr>
<tr><td>memory</td><td>Implementation in progress</td></tr>
- <tr><td>Algorithms library</td><td>Implementation in progress</td></tr>
+ <tr><td>Algorithms library</td><td>Complete</td></tr>
</table>
@@ -96,7 +95,7 @@
</table>
- <p>Last Updated: 2-June-2014</p>
+ <p>Last Updated: 21-Jul-2015</p>
</div>
</body>
</html>
More information about the cfe-commits
mailing list