[all-commits] [llvm/llvm-project] caea95: [libc++] Remove _Lazy (#202303)
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Jun 10 08:00:13 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caea959905154fa29032296678cda1caaa0a64bc
https://github.com/llvm/llvm-project/commit/caea959905154fa29032296678cda1caaa0a64bc
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__expected/expected.h
M libcxx/include/__type_traits/conjunction.h
M libcxx/include/__type_traits/disjunction.h
R libcxx/include/__type_traits/lazy.h
M libcxx/include/module.modulemap.in
M libcxx/include/tuple
Log Message:
-----------
[libc++] Remove _Lazy (#202303)
We don't actually need to evaluate anything as lazily as `_Lazy` does or
we can achieve the same amount of laziness in other ways, so we can get
rid of it. This was required previously in some places due to a Clang
bug, which has been resolved and implemented by all compilers we
support.
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