llvm-project/libcxx/test/std
Eric Fiselier 7a608aa232 [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors.
Summary: This patch implements the solution for LWG Issue #2367. See http://cplusplus.github.io/LWG/lwg-active.html#2367

Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D13750

llvm-svn: 256325
2015-12-23 08:20:26 +00:00
..
algorithms Change some #ifdefs to #if - thanks to Dexon for thge catch. 2015-07-30 13:56:00 +00:00
atomics Fix various GCC mis-configurations for newer versions. 2015-12-15 00:32:21 +00:00
containers [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. 2015-12-18 00:36:55 +00:00
depr Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differently on different C libraries. 2015-11-25 01:06:36 +00:00
diagnostics Fix warnings in array and assoc containers 2015-07-18 23:56:04 +00:00
experimental Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
extensions Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
input.output [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list. 2015-11-12 10:41:57 +00:00
iterators Implement LWG#2353: std::next is over-constrained 2015-11-07 17:48:49 +00:00
language.support Fix a corner case that involved calling rethrow_if_nested with a type that had a deleted operator&. Added a test to catch this as well. Thanks to Ville for the heads-up. 2015-12-14 18:01:56 +00:00
localization [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list. 2015-11-12 10:41:57 +00:00
numerics [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list. 2015-11-12 10:41:57 +00:00
re Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
strings Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
thread Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
utilities [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors. 2015-12-23 08:20:26 +00:00
nothing_to_do.pass.cpp