llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons
Nikolas Klauser 59d246e55f [libc++] Remove __deque_base
This patch simplifies the implementation of `deque` by removing the `__deque_base` class which results in a lot less indirections and removes the need for `__base::`.

Reviewed By: ldionne, #libc

Spies: AdvenamTacet, libcxx-commits

Differential Revision: https://reviews.llvm.org/D132081
2022-08-26 21:59:33 +02:00
..
ctor_container.pass.cpp
ctor_copy.pass.cpp
ctor_default.pass.cpp
ctor_iterators.pass.cpp [libc++] Remove __deque_base 2022-08-26 21:59:33 +02:00
ctor_move.pass.cpp
ctor_rcontainer.pass.cpp
deduct.fail.cpp [libc++] Remove workarounds for the lack of deduction guides in C++17 2021-08-18 08:57:25 -04:00
deduct.pass.cpp [libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std::queue) 2022-01-06 18:55:11 +01:00
default_noexcept.pass.cpp
dtor_noexcept.pass.cpp
move_assign_noexcept.pass.cpp
move_noexcept.pass.cpp