[all-commits] [llvm/llvm-project] ee28f5: [libc++] Make __is_less_than_compatable a variable...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Jun 10 02:07:12 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee28f5d4a3ed32c2759516983f66988e31ea1824
https://github.com/llvm/llvm-project/commit/ee28f5d4a3ed32c2759516983f66988e31ea1824
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M libcxx/include/__utility/is_pointer_in_range.h
Log Message:
-----------
[libc++] Make __is_less_than_compatable a variable template (#202525)
This makes the code a bit more readable and improves compile times a
bit, since variable templates are faster to instantiate than class
templates.
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