[all-commits] [llvm/llvm-project] b9bc3c: [libc++][ranges] Implement `construct_at` and `des...
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Wed Jan 12 16:01:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9bc3c107c6cee93cd1a7004142f11741e0225bf
https://github.com/llvm/llvm-project/commit/b9bc3c107c6cee93cd1a7004142f11741e0225bf
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/docs/Status/RangesPaper.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__memory/construct_at.h
A libcxx/include/__memory/ranges_construct_at.h
M libcxx/include/memory
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/memory/ranges_construct_at.module.verify.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/construct_at.pass.cpp
A libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/ranges_construct_at.pass.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp
M libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp
A libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/ranges_destroy.pass.cpp
A libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/ranges_destroy_at.pass.cpp
A libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/ranges_destroy_n.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement `construct_at` and `destroy{,_at}`.
Differential Revision: https://reviews.llvm.org/D116078
More information about the All-commits
mailing list