You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/experimental/memory
Volodymyr Sapsai c19d47a81b Mark the test using <experimental/memory_resource> to require c++experimental.
When built against the old libc++ version the test was causing linker error

Undefined symbols for architecture x86_64:
  "std::experimental::fundamentals_v1::pmr::new_delete_resource()", referenced from:
      void test_evil<WidgetV0, WidgetV0>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV0, WidgetV1>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV0, WidgetV2>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV0, WidgetV3>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV1, WidgetV0>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV1, WidgetV1>() in construct_piecewise_pair_evil.pass.cpp.o
      void test_evil<WidgetV1, WidgetV2>() in construct_piecewise_pair_evil.pass.cpp.o
      ...



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@334431 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
memory.polymorphic.allocator.class Mark the test using <experimental/memory_resource> to require c++experimental. 7 years ago
memory.resource [libcxx] [test] Make files consistently end with newlines, NFC. 7 years ago
memory.resource.adaptor Fix bug in test allocator that incorrectly computed the allocation size 9 years ago
memory.resource.aliases Found a couple bugs in the test suite. No functionality change. 9 years ago
memory.resource.global Add `REQUIRES: c++experimental` where appropriate. 9 years ago
memory.resource.synop Add <experimental/memory_resource> 9 years ago
nothing_to_do.pass.cpp Add <experimental/memory_resource> 9 years ago