Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
/
array.data
26f01c4
[libcxx] Make return value of array<T, 0>.data() checked only for libc++
by Louis Dionne
· 7 years ago
c019b30
[libcxx] Add missing <cstddef> includes in tests
by Louis Dionne
· 7 years ago
db49965
Update the array tests to not use a local type; removes warnings in C++03. NFC
by Marshall Clow
· 7 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
afeda5c
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types.
by Eric Fiselier
· 8 years ago
020b623
Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17
by Marshall Clow
· 9 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