On Sun, 21 Jan 2024 at 22:42, Jan Schultke via Std-Proposals <std-proposals@lists.isocpp.org> wrote:
I have written a proposal draft which adds a few members to std::bitset.

See https://eisenwave.github.io/cpp-proposals/more-bitset-operations.html

Please share your thoughts :)

Makes sense to me.

The proposed wording should change the class synopsis in [template.bitset.general].

Why overloaded functions for count{l,r}_{zero,one} instead of default arguments?