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

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 29 17:17:27 PDT 2018


Quuxplusone added inline comments.


================
Comment at: test/std/experimental/memory/memory.resource.pool/pool_options.pass.cpp:11
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+// UNSUPPORTED: apple-clang-7
+
----------------
This test comes from Eric's D27402. The default-initialization of a `const pool_options` object actually depends on a DR, so I needed to add `UNSUPPORTED: apple-clang-7`. I don't know how to determine the list of all unsupporty targets.


Repository:
  rCXX libc++

https://reviews.llvm.org/D47358





More information about the cfe-commits mailing list