You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/containers/container.adaptors/stack
Marshall Clow 88626bf496 First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318269 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
stack.cons Fix tests for extended noexcept in the container adaptors tests 9 years ago
stack.cons.alloc Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack. 9 years ago
stack.defn First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only 8 years ago
stack.ops Move test into test/std subdirectory. 11 years ago
stack.special Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. 9 years ago