Nikolas Klauser a34a92d9e2
[libc++] Always return bool from bitset::operator[](size_t) const (#169894)
This takes an ABI break unconditionally, since it's small enough that
nobody should be affected. This both simplifies `bitset` a bit and makes
us more conforming.
2025-12-12 09:06:50 +01:00
..