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/sequences/vector/vector.capacity
Marshall Clow 477f04b9a2 Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@344416 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
capacity.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 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 Added tests for xxx.size() and xxx.empty() for all the sequence containers 7 years ago
max_size.pass.cpp Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC 6 years ago
reserve.pass.cpp [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated 8 years ago
resize_size.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 8 years ago
resize_size_value.pass.cpp [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated 8 years ago
shrink_to_fit.pass.cpp [libc++] Fix stack_allocator 8 years ago
size.pass.cpp Added tests for xxx.size() and xxx.empty() for all the sequence containers 7 years ago
swap.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 9 years ago