This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a966f45b7e
llvm-project
/
libcxx
/
test
/
std
/
containers
/
container.adaptors
/
stack
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
..
stack.cons
Fix tests for extended noexcept in the container adaptors tests
2017-04-19 02:07:12 +00:00
stack.cons.alloc
Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.
2017-04-18 21:16:26 +00:00
stack.defn
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
2017-11-15 05:51:26 +00:00
stack.ops
…
stack.special
Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.
2016-07-25 00:15:29 +00:00