summaryrefslogtreecommitdiffstats
path: root/test/std/containers/unord/unord.set/unord.set.cnstr
Commit message (Expand)AuthorAgeFilesLines
* Fix unused parameters and variablesEric Fiselier2016-12-231-24/+2
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-0617-90/+107
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-043-3/+5
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-3/+1
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+33
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-2/+3
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-2520-47/+67
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-251-1/+2
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-302-0/+58
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1427-35/+31
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-094-0/+4
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-1212-26/+38
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-284-4/+4
* Move test into test/std subdirectory.Eric Fiselier2014-12-2028-0/+3042