mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@213226 91177308-0d34-0410-b5e6-96231b3b80d8 |
11 years ago | |
|---|---|---|
| .. | ||
| atomic_design.html | 13 years ago | |
| atomic_design_a.html | 13 years ago | |
| atomic_design_b.html | 15 years ago | |
| atomic_design_c.html | 13 years ago | |
| content.css | 16 years ago | |
| cxx1y_status.html | 12 years ago | |
| debug_mode.html | 12 years ago | |
| index.html | 12 years ago | |
| menu.css | 16 years ago | |
| results.Linux.html | 13 years ago | |
| results.Windows.html | 14 years ago | |
| ts1z_status.html | 11 years ago | |
| type_traits_design.html | 13 years ago | |