[all-commits] [llvm/llvm-project] 76a247: [libc++] Refactor more __enable_ifs to the canonic...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Feb 19 16:47:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76a247271507f009a186e81c7f90076ffb043ec3
https://github.com/llvm/llvm-project/commit/76a247271507f009a186e81c7f90076ffb043ec3
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-02-20 (Tue, 20 Feb 2024)
Changed paths:
M libcxx/include/__algorithm/search.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__functional/reference_wrapper.h
M libcxx/include/__hash_table
M libcxx/include/__iterator/advance.h
M libcxx/include/__iterator/bounded_iter.h
M libcxx/include/__iterator/move_iterator.h
M libcxx/include/__iterator/reverse_iterator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/compressed_pair.h
M libcxx/include/__memory/pointer_traits.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/__memory/uninitialized_algorithms.h
M libcxx/include/__random/seed_seq.h
M libcxx/include/__thread/thread.h
M libcxx/include/__tree
M libcxx/include/__utility/pair.h
M libcxx/include/bitset
M libcxx/include/deque
M libcxx/include/experimental/memory
M libcxx/include/forward_list
M libcxx/include/future
M libcxx/include/iomanip
M libcxx/include/list
M libcxx/include/map
M libcxx/include/queue
M libcxx/include/stack
M libcxx/include/tuple
M libcxx/include/unordered_map
M libcxx/include/vector
Log Message:
-----------
[libc++] Refactor more __enable_ifs to the canonical style (#81457)
This brings the code base closer to having only a single style of
`enable_if`s.
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