summaryrefslogtreecommitdiff
path: root/libcxx/test/containers/sequences/vector.bool/default_noexcept.pass.cpp
AgeCommit message (Collapse)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
llvm-svn: 224658
2013-12-03Found six (nmostly) identical files named 'test_allocator.h' in the libcxx ↵Marshall Clow
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
2011-06-03noexcept for <vector>. This also includes installing move_if_noexcept() ↵Howard Hinnant
into vector. llvm-svn: 132577