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.
libcxx/www
Eric Fiselier b1a40264dc [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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@213226 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
atomic_design.html Bruce Mitchener: Minor typo fixes. 13 years ago
atomic_design_a.html Bruce Mitchener: Minor typo fixes. 13 years ago
atomic_design_b.html Updated atomic design docs 15 years ago
atomic_design_c.html Bruce Mitchener: Minor typo fixes. 13 years ago
content.css add css files, also, test commit. 16 years ago
cxx1y_status.html Fixed damaged row in issues table; thanks to STL for the catch 12 years ago
debug_mode.html Add a note about debug mode being non-functional 12 years ago
index.html First cut at a post c++14 status page 12 years ago
menu.css add css files, also, test commit. 16 years ago
results.Linux.html Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are 13 years ago
results.Windows.html New Windows libc++ test results provided by Ruben Van Boxem. 14 years ago
ts1z_status.html [libcxx] Add <experimental/utility> header for LFTS. 11 years ago
type_traits_design.html Jean-Daniel : clang now supports all required type_traits. 13 years ago