On Mon, 22 Jan 2024 at 10:54, Jan Schultke <janschultke@googlemail.com> wrote:
> The proposed wording should change the class synopsis in [template.bitset.general].

Will do.

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

Because the overload taking no arguments has a different noexcept specification.

I probably should have mentioned it in the proposal, since it's not obvious.

Ah yes, thanks, I didn't notice that.