Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
test
/
std
/
containers
/
sequences
/
array
/
empty.fail.cpp
59cdf90
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types.
by Eric Fiselier
· 8 years ago
72c8fad
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
by Marshall Clow
· 8 years ago