[PATCH] D27402: [libc++] Implement pmr::monotonic_buffer_resource

2016-12-23 Thread Eric Fiselier via Phabricator via cfe-commits
EricWF accepted this revision. EricWF added a reviewer: EricWF. EricWF added a comment. This revision is now accepted and ready to land. This review hasn't generated any interest in ~3 weeks. Accepting for post-commit review. https://reviews.llvm.org/D27402 __

[PATCH] D27402: [libc++] Implement pmr::monotonic_buffer_resource

2016-12-05 Thread Eric Fiselier via Phabricator via cfe-commits
EricWF created this revision. EricWF added a reviewer: mclow.lists. EricWF added a subscriber: cfe-commits. Implemented from the LFTS v2 spec here: https://rawgit.com/cplusplus/fundamentals-ts/v2/main.html#memory.resource.monotonic.buffer. This patch could use some finishing touches, but for the