summaryrefslogtreecommitdiff
path: root/test/std/containers/associative/multimap/multimap.cons
AgeCommit message (Expand)Author
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-06-30Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow
2016-06-30Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow
2016-06-30Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-09Make the comparison objects that we pass in for various tests look more like ...Marshall Clow
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2015-11-24Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow
2015-03-03Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier
2015-01-28We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow
2015-01-28Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier