llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.defn
Marshall Clow 63b560be69 Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
llvm-svn: 292990
2017-01-24 23:09:12 +00:00
..
assign_copy.pass.cpp
assign_move.pass.cpp
back.pass.cpp
back_const.pass.cpp
emplace.pass.cpp Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680. 2017-01-24 23:09:12 +00:00
empty.pass.cpp
front.pass.cpp
front_const.pass.cpp
pop.pass.cpp
push.pass.cpp
push_rv.pass.cpp
size.pass.cpp
swap.pass.cpp
types.fail.cpp Add failing tests that I forgot to add to the last commit 2016-03-14 17:58:54 +00:00
types.pass.cpp Implement LWG#2566: Requirements on the first template parameter of container adaptors 2016-03-14 17:58:11 +00:00