[libcxx-commits] [PATCH] D61761: P1144 "Trivially relocatable" (1/3): is_trivially_relocatable, relocate_at, and uninitialized_relocate

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 12 11:25:38 PDT 2019


zoecarver added inline comments.


================
Comment at: include/memory:3518
+_ForwardIt2
+__uninitialized_relocate_impl(_ForwardIt1 __first, _ForwardIt1 __last,
+                              _ForwardIt2 __result,
----------------
I don't think this overload is necessary in addition to the below one.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D61761





More information about the libcxx-commits mailing list