diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-07-17 05:31:31 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-07-17 05:31:31 +0000 |
commit | 531d8b2bc41f6b61bb2ff5c8b4fef1aa6703211a (patch) | |
tree | 2d8245b53a3c85804339f9f9e7ff1e8aad9b3632 /libcxx/www | |
parent | 371aac1adbf23404a1e9472a2d40139c993c84c1 (diff) | |
download | bcm5719-llvm-531d8b2bc41f6b61bb2ff5c8b4fef1aa6703211a.tar.gz bcm5719-llvm-531d8b2bc41f6b61bb2ff5c8b4fef1aa6703211a.zip |
[libcxx] Add <experimental/utility> header for LFTS.
Summary:
This patch adds the `<experimental/utility>` header as specified in the latest draft of the library fundamentals TS.
`<experimental/utility>` only contains `class erased_type`.
This patch also updates the documentation to list the `erased_type` class as "initial implementation complete".
Test Plan:
Three test cases where added:
1. Test that `_LIBCPP_VERSION` is defined.
2. Test that `<utility>` has been included.
3. Test that `erased_type` is in the correct namespace and is constexpr default constructible.
Reviewers: mclow.lists
Reviewed By: mclow.lists
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D4510
llvm-svn: 213226
Diffstat (limited to 'libcxx/www')
-rw-r--r-- | libcxx/www/ts1z_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/ts1z_status.html b/libcxx/www/ts1z_status.html index c06ef7b5106..3a157701fbf 100644 --- a/libcxx/www/ts1z_status.html +++ b/libcxx/www/ts1z_status.html @@ -59,7 +59,7 @@ <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>Not started</td></tr> + <tr><td>Class erased_type</td><td>Initial implementation complete</td></tr> <tr><td>Calling a function with a tuple of arguments</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>Not started</td></tr> |