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/stack/stack.cons
Stephan T. Lavavej a9bcd3dae8 [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12.
Change loop indices from int to std::size_t.

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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287820 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
ctor_container.pass.cpp [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. 9 years ago
ctor_copy.pass.cpp Move test into test/std subdirectory. 11 years ago
ctor_default.pass.cpp [libc++] Fix stack_allocator 9 years ago
ctor_move.pass.cpp 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
ctor_rcontainer.pass.cpp 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
default_noexcept.pass.cpp Make default_noexcept.pass.cpp container tests more portable. Patch from STL@microsoft.com 9 years ago
dtor_noexcept.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
move_assign_noexcept.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
move_noexcept.pass.cpp Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com 9 years ago