History log of /external/libcxx/test/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1b92188a82b01e76ac6e8ad5f997293c2a078adc 03-Dec-2013 Marshall Clow <mclow.lists@gmail.com> Found six (nmostly) identical files named 'test_allocator.h' in the libcxx 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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@196174 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp
009b2c4583bcbfc5d0893154eb0866aa21b494cd 03-Jun-2011 Howard Hinnant <hhinnant@apple.com> After sleeping on it I've decided that all special members that can be noexcept, should be declared so. The client has the traits to detect and branch on this information, and it is often an important optimization. Give deque() a noexcept. Add test for deque default constructor and deque destructor.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132549 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp