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/sequences/array
Marshall Clow 568c481c7b [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305191 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
array.cons Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests 10 years ago
array.data Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 9 years ago
array.fill Suppress array initialization warnings in std::experimental::apply tests 10 years ago
array.size Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> 9 years ago
array.special Fix C++03 build breakage 10 years ago
array.swap Add is_swappable/is_nothrow_swappable traits 10 years ago
array.tuple [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed 9 years ago
array.zero Move test into test/std subdirectory. 11 years ago
at.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 9 years ago
begin.pass.cpp Suppress array initialization warnings in std::experimental::apply tests 10 years ago
contiguous.pass.cpp Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete 11 years ago
front_back.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 9 years ago
indexing.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 9 years ago
iterators.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC, no code review. 9 years ago
types.pass.cpp Make std::array typedef tests more portable. 9 years ago