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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 6 03:37:58 PST 2022


philnik added inline comments.


================
Comment at: libcxx/include/queue:228
 #include <functional>
+#include <memory>
+#include <type_traits>
----------------
Quuxplusone wrote:
> Quuxplusone wrote:
> > Why all of `<memory>`? (Same question below in `stack`.)
> `stack` still includes `<memory>`; it probably shouldn't, right?
Yep, forgot that.


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