[PATCH] D47344: LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 6 13:21:51 PST 2019


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

LGTM other than removing the destructor.



================
Comment at: src/experimental/memory_resource.cpp:29
-public:
-    ~__new_delete_memory_resource_imp() = default;
-
----------------
Why are you removing this?


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47344/new/

https://reviews.llvm.org/D47344





More information about the cfe-commits mailing list