[libcxx-commits] [PATCH] D115977: [libc++] Implement P1425R4 (Iterator pair constructors for std::stack and std::queue)

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 6 09:40:59 PST 2022


Quuxplusone accepted this revision.
Quuxplusone added a comment.
This revision is now accepted and ready to land.

The span.cons/initializer_list.pass.cpp failure is my fault, and I believe I just fixed it in 570ed38b6e387644c38561e0cb019c94d7b5c0bb <https://reviews.llvm.org/rG570ed38b6e387644c38561e0cb019c94d7b5c0bb>. Feel free to poke CI again if you want, but I don't think it's necessary — I mean, if CI is "green except for span.cons/initializer_list.pass.cpp" on your most recent diff, then you can feel free to treat that as green.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115977/new/

https://reviews.llvm.org/D115977



More information about the libcxx-commits mailing list