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/memory.polymorphic.allocato...
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.ctor Implement p0337r0. Delete operator= for polymorphic_allocator. 9 years ago
memory.polymorphic.allocator.eq Add `REQUIRES: c++experimental` where appropriate. 9 years ago
memory.polymorphic.allocator.mem Mark the test using <experimental/memory_resource> to require c++experimental. 7 years ago
memory.polymorphic.allocator.overview Add <experimental/memory_resource> 9 years ago
nothing_to_do.pass.cpp Add <experimental/memory_resource> 9 years ago