summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/map/map.cons/move_alloc.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-131-3/+6
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-291-7/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier2017-04-181-4/+2
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+39
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-281-1/+1
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-0/+48
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+186
OpenPOWER on IntegriCloud