Update the status of the TS'es

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242788 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2015-07-21 14:29:31 +00:00
parent f544330f34
commit 40766f70a4

View File

@ -61,24 +61,23 @@
<tr><td>Uses-allocator construction</td><td>Not started</td></tr> <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>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>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::promise</td><td>Not started</td></tr>
<tr><td>Additions to std::packaged_task</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></td><td></td></tr>
<tr><td>Class erased_type</td><td>Complete</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>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>Other type transformations</td><td>Not started</td></tr>
<tr><td>Compile-time Rational Arithmetic</td><td>Implementation in progress</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>Time Utilities</td><td>Complete</td></tr>
<tr><td>System Error Support</td><td>Complete</td></tr> <tr><td>System Error Support</td><td>Complete</td></tr>
<tr><td></td><td></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>Optional Objects</td><td>Initial implementation complete</td></tr>
<tr><td>class any</td><td>Implementation in progress</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>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> </table>
@ -96,7 +95,7 @@
</table> </table>
<p>Last Updated: 2-June-2014</p> <p>Last Updated: 21-Jul-2015</p>
</div> </div>
</body> </body>
</html> </html>