[PATCH] D47358: <experimental/memory_resource>: Implement {un,}synchronized_pool_resource.

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 11:20:45 PDT 2019


mclow.lists added a comment.

In D47358#1438929 <https://reviews.llvm.org/D47358#1438929>, @Quuxplusone wrote:

> Rebased. Added `_NOEXCEPT` to `upstream_resource()` and `options()` (this is OK per [res.on.exception.handling]/5).


That's fine, but then we should have a test for that.
We have the macro `LIBCPP_ASSERT_NOEXCEPT` specifically for this purpose (libc++ - specific noexcept markings).


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

https://reviews.llvm.org/D47358





More information about the cfe-commits mailing list