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/priority.queue
Stephan T. Lavavej 21208822a8 [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12.
Add static_cast<std::size_t> to more comparisons. (Performed manually, unlike part 8/12.)

Also, include <cstddef> when it wasn't already being included.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288746 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
priqueue.cons [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 9 years ago
priqueue.cons.alloc Mark LWG issue 2537 as complete 10 years ago
priqueue.members We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 11 years ago
priqueue.special Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. 9 years ago
types.fail.cpp Add failing tests that I forgot to add to the last commit 10 years ago
types.pass.cpp Add includes in test. Patch from STL@microsoft.com 9 years ago