[libcxx-commits] [PATCH] D110994: [libc++] Make test_allocator constexpr-friendly for constexpr string/vector

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 14:09:41 PDT 2021


philnik updated this revision to Diff 377354.
philnik marked 8 inline comments as done.
philnik added a comment.

- Moved destructed_value and moved_value back in test_alloc_base and made other_allocator constexpr(needed for constexpr string)
- Merge branch 'main' of https://github.com/llvm/llvm-project


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110994

Files:
  libcxx/test/std/containers/associative/map/map.cons/assign_initializer_list.pass.cpp
  libcxx/test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
  libcxx/test/std/containers/container.requirements/container.requirements.general/allocator_move.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/push_back_exception_safety.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/push_front_exception_safety.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/move.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp
  libcxx/test/std/re/re.results/re.results.const/move.pass.cpp
  libcxx/test/std/strings/basic.string/string.capacity/capacity.pass.cpp
  libcxx/test/std/strings/basic.string/string.cons/move_alloc.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/alloc_ctor.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/move_assign.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/move_ctor.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/swap.pass.cpp
  libcxx/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
  libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func_alloc.pass.cpp
  libcxx/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
  libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator_throw.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator_throw.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp
  libcxx/test/support/test_allocator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110994.377354.patch
Type: text/x-patch
Size: 69481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211005/a771e556/attachment-0001.bin>


More information about the libcxx-commits mailing list