[all-commits] [llvm/llvm-project] a2fe41: [libc++][NFC] Simplify the implementation of equal...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Mar 18 00:32:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2fe4105812531f944f174f2ecfe0c67b8cffaed
https://github.com/llvm/llvm-project/commit/a2fe4105812531f944f174f2ecfe0c67b8cffaed
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-03-18 (Mon, 18 Mar 2024)
Changed paths:
M libcxx/include/__algorithm/equal.h
Log Message:
-----------
[libc++][NFC] Simplify the implementation of equal a bit (#84754)
We can simplify the implementation of the two range overload of `equal`
a bit since we can now use `if constexpr`.
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