Files
clang-p2996/libcxx
Peng Liu 4ad230bebd [libc++] Refactor bitset::{any, all} (#128445)
This patch refactors the `all()` and `any()` methods in `bitset` to
eliminate redundant code while preserving the performance. Code
generation remains unchanged, as verified on Compiler
Explorer: https://godbolt.org/z/xx8hb4sPM.
2025-05-28 12:10:46 -04:00
..