summaryrefslogtreecommitdiff
path: root/test/std/containers/container.adaptors
AgeCommit message (Expand)Author
2016-12-14[libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-10-08[libc++] Fix stack_allocatorEric Fiselier
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-21Implement P0084r2. Changing emplace return types.Eric Fiselier
2016-07-18Add includes in test. Patch from STL@microsoft.comEric Fiselier
2016-06-30Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already d...Marshall Clow
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-05-31Mark LWG issue 2537 as completeEric Fiselier
2016-03-14Add failing tests that I forgot to add to the last commitMarshall Clow
2016-03-14Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow
2015-01-28We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier