[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
Sat Jan 1 07:27:10 PST 2022
philnik added inline comments.
================
Comment at: libcxx/include/queue:230
+#include <type_traits>
#include <vector>
----------------
Quuxplusone wrote:
> Here and `<stack>`, `<version>` should be included now.
> (That is, please just make sure the merge-conflict with D116172 doesn't somehow get lost in the shuffle.)
I'll just wait for D116172 do be landed. It looks like it's just waiting for CI to pass.
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