[libcxx-commits] [PATCH] D59704: Changed buffer API to receive policy instance.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 22 10:47:06 PDT 2019
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
I don't see a big problem with this change per-se, but can you please expand on the bit where you say:
> It may be necessary for the other back-ends, where dynamic memory is not available and custom memory allocator may be provided by a custom policy.
How would you somehow handle allocation through a custom policy?
Repository:
rPSTL pstl
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59704/new/
https://reviews.llvm.org/D59704
More information about the libcxx-commits
mailing list