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.
libcxx/test/std/containers/container.adaptors/queue/queue.defn
Eric Fiselier c2c6c1de6b Get tests compiling with -Wunused-local-typedef
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346914 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
assign_copy.pass.cpp Move test into test/std subdirectory. 10 years ago
assign_move.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue. 8 years ago
back.pass.cpp Move test into test/std subdirectory. 10 years ago
back_const.pass.cpp Move test into test/std subdirectory. 10 years ago
emplace.pass.cpp Get tests compiling with -Wunused-local-typedef 6 years ago
empty.fail.cpp 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 7 years ago
empty.pass.cpp Move test into test/std subdirectory. 10 years ago
front.pass.cpp Move test into test/std subdirectory. 10 years ago
front_const.pass.cpp Move test into test/std subdirectory. 10 years ago
pop.pass.cpp Move test into test/std subdirectory. 10 years ago
push.pass.cpp Move test into test/std subdirectory. 10 years ago
push_rv.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::queue and std::priority_queue. 8 years ago
size.pass.cpp Move test into test/std subdirectory. 10 years ago
swap.pass.cpp Move test into test/std subdirectory. 10 years ago
types.fail.cpp [libcxx] [test] Untabify, NFC. 7 years ago
types.pass.cpp Implement LWG#2566: Requirements on the first template parameter of container adaptors 9 years ago