Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rGba43f3e85739: [libc++][NFC] Rename multidimentional uninitialized algorithms
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Can you put NFC in the title?
LGTM!
libcxx/include/__memory/uninitialized_algorithms.h | ||
---|---|---|
407 | I'm not entirely sold on the name multidimensional, maybe recursive would be a better name. WDYT? |
libcxx/include/__memory/uninitialized_algorithms.h | ||
---|---|---|
407 | I think multidimensional makes it more clear that it's about dimensions, not that is calls itself recursively for constructing the types in a single dimension or something similar. I'm open to other ideas though, I mostly copied the name from __allocator_destroy_multidimensional. |
libcxx/include/__memory/uninitialized_algorithms.h | ||
---|---|---|
407 | Also a fair point, I don't have a great name. When we can come up with something better we can change it later. |
I'm not entirely sold on the name multidimensional, maybe recursive would be a better name. WDYT?
(I did notice __allocator_destroy_multidimensional already exists.)