[libcxx-commits] [PATCH] D114295: [libcxx][NFC] adds status entry for ranges algorithms
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 22 10:12:28 PST 2021
ldionne accepted this revision.
ldionne added a subscriber: var-const.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM but please add @var-const to the uninitialized algorithms to make sure we don't duplicate any work!
================
Comment at: libcxx/docs/Status/RangesAlgorithms.csv:87-100
+Uninitialised memory,uninitialized_copy,Not assigned,n/a,Not started
+Uninitialised memory,uninitialized_copy_n,Not assigned,n/a,Not started
+Uninitialised memory,uninitialized_fill,Not assigned,n/a,Not started
+Uninitialised memory,uninitialized_fill_n,Not assigned,n/a,Not started
+Uninitialised memory,uninitialized_move,Not assigned,n/a,Not started
+Uninitialised memory,uninitialized_move_n,Not assigned,n/a,Not started
+Uninitialised memory,uninitialized_default_construct,Not assigned,n/a,Not started
----------------
Those have been started by @var-const (and the lock on the appropriate section in RangesPapers.csv has been taken AFAICT).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114295/new/
https://reviews.llvm.org/D114295
More information about the libcxx-commits
mailing list