Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
/
array.swap
ebf8a09
Fix -verify static assert messages for older Clang versions
by Eric Fiselier
· 8 years ago
59cdf90
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types.
by Eric Fiselier
· 8 years ago
936ff58
Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types."
by Nirav Dave
· 8 years ago
192622d
Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.
by Eric Fiselier
· 8 years ago
f07dd8d
Add is_swappable/is_nothrow_swappable traits
by Eric Fiselier
· 9 years ago
ee66eb1
non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch
by Marshall Clow
· 10 years ago
b4e2e7a
Suppress array initialization warnings in std::experimental::apply tests
by Eric Fiselier
· 10 years ago
2decfad
Fix warnings in array and assoc containers
by Eric Fiselier
· 10 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago