Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
/
array.cons
2fec6dc
Mark deduction guide tests as failing on apple-clang-9
by JF Bastien
· 7 years ago
c58f9b7
Fix up the final bits of breakage due to clang v5 generating bad implicit template deduction guides - specifically for copy-ctors
by Marshall Clow
· 7 years ago
3928193
Fix array deduction guide test breakage
by JF Bastien
· 7 years ago
929b4ce
Disable 'missing-braces' warning
by Marshall Clow
· 7 years ago
0ca8c08
Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/D46964
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
e1c661f
correct comment about C++03 assignment operators
by Eric Fiselier
· 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
9fe1e55
Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests
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