This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1a8456da17075539099ccb0d625fda816b62bcb2
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
container.adaptors
/
priority.queue
/
priqueue.members
History
Marshall Clow
72c8fad427
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
...
llvm-svn: 318269
2017-11-15 05:51:26 +00:00
..
emplace.pass.cpp
…
empty.fail.cpp
…
empty.pass.cpp
…
pop.pass.cpp
…
push_rvalue.pass.cpp
…
push.pass.cpp
…
size.pass.cpp
…
swap.pass.cpp
…
top.pass.cpp
…