llvm-project/libcxx/test/std/containers/sequences/deque
Marshall Clow e3fbe1433b Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates.
llvm-svn: 242056
2015-07-13 20:04:56 +00:00
..
deque.capacity Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
deque.cons Fix more issues exposed by -pedantic-errors in c++03 mode 2015-02-10 17:20:18 +00:00
deque.modifiers Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/pop_back 2015-06-05 22:34:19 +00:00
deque.special Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
iterators.pass.cpp
types.pass.cpp
version.pass.cpp