[all-commits] [llvm/llvm-project] 8e049f: [libc++] Rename __range_adaptor_closure_t (#110886)
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Oct 3 06:36:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e049fa327111ac6b6904638366528f7e07a8462
https://github.com/llvm/llvm-project/commit/8e049fa327111ac6b6904638366528f7e07a8462
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M libcxx/include/__ranges/chunk_by_view.h
M libcxx/include/__ranges/drop_view.h
M libcxx/include/__ranges/drop_while_view.h
M libcxx/include/__ranges/filter_view.h
M libcxx/include/__ranges/lazy_split_view.h
M libcxx/include/__ranges/range_adaptor.h
M libcxx/include/__ranges/split_view.h
M libcxx/include/__ranges/take_view.h
M libcxx/include/__ranges/take_while_view.h
M libcxx/include/__ranges/to.h
M libcxx/include/__ranges/transform_view.h
Log Message:
-----------
[libc++] Rename __range_adaptor_closure_t (#110886)
The name __range_adaptor_closure_t can easily be confused with
__range_adaptor_closure, so something more distinct is preferable.
Fixes #67611
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list