summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-51/+0
| | | | llvm-svn: 224658
* Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵Marshall Clow2013-12-031-1/+1
| | | | | | test suite. Moved one to /support, made it a superset, and removed all but one of the others, and iupdated all the includes. Left the odd one (thread/futures/test_allocator.h) for later. llvm-svn: 196174
* noexcept for <vector>. This also includes installing move_if_noexcept() ↵Howard Hinnant2011-06-031-0/+51
into vector. llvm-svn: 132577
OpenPOWER on IntegriCloud