[PATCH] D47360: Implement <memory_resource> as a copy of <experimental/memory_resource>.
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 5 21:45:23 PDT 2018
Quuxplusone planned changes to this revision.
Quuxplusone added a comment.
Once the dependencies (https://reviews.llvm.org/D47111 and https://reviews.llvm.org/D47358) are merged, I need to update the unit tests in this patch to reflect the unit tests that were committed. Right now, the unit tests in this patch reflect an old, out-of-date snapshot of what had been in those patches a couple weeks ago.
================
Comment at: include/__memory_resource_base:53
+#include <stdexcept>
+#include <tuple>
+#include <type_traits>
----------------
This should be `#include <__tuple>`
================
Comment at: include/memory_resource:47
+#include <stdexcept>
+#include <tuple>
+#include <type_traits>
----------------
This line should be gone.
Repository:
rCXX libc++
https://reviews.llvm.org/D47360
More information about the cfe-commits
mailing list