llvm-project/libcxx/test/std/containers/sequences/array
Marshall Clow ee66eb1328 non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch
llvm-svn: 262866
2016-03-07 21:57:10 +00:00
..
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 2016-02-23 16:25:20 +00:00
array.data Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.fill Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.size Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.special Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
array.swap non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch 2016-03-07 21:57:10 +00:00
array.tuple [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. 2015-12-18 00:36:55 +00:00
array.zero
at.pass.cpp Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
begin.pass.cpp Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
contiguous.pass.cpp Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete 2015-05-26 18:57:27 +00:00
front_back.pass.cpp Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
indexing.pass.cpp Suppress array initialization warnings in std::experimental::apply tests 2015-10-01 07:05:38 +00:00
iterators.pass.cpp
types.pass.cpp
version.pass.cpp