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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to