[PATCH] D47090: Implement C++17 <memory_resource>.

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 24 23:50:34 PDT 2018


Quuxplusone abandoned this revision.
Quuxplusone added a comment.

I'm re-submitting this as a series of smaller patches that first bring `<experimental/memory_resource>` up to date with C++17, and then copy it over to `<memory_resource>`.
In order, these smaller patches are: https://reviews.llvm.org/D46806 https://reviews.llvm.org/D47109 https://reviews.llvm.org/D47344 https://reviews.llvm.org/D47111 https://reviews.llvm.org/D47358 https://reviews.llvm.org/D47360.


Repository:
  rCXX libc++

https://reviews.llvm.org/D47090





More information about the cfe-commits mailing list