
5 Sep
2025
5 Sep
'25
2:52 p.m.
On 9/4/2025 11:33 AM, Gennaro Prota wrote:
I remember missing two features. [...] 2. A function similar to find_first, but for locating the first "off" bit.
Hmm... I'll implement that. Thanks for the suggestion :-).
FYI, I've implemented these: size_type find_first_off() const; size_type find_first_off( size_type pos ) const; size_type find_next_off( size_type pos ) const; I think I'll now implement the possibility to change the underlying buffer type ("allocator or container" template parameter). Thanks again. -- Gennaro Prota <https://prota.dev>