#My libraries (moved)

1 messages · Page 1 of 1 (latest)

jaunty tundra
#

My guy what is even the point of that bitset

#

It's heap allocated, yet has a static size

#

A bitset that isn't arbitrary length, even at compilation time is basically pointless

#

technically a bitmap but could be used as a bitset with a single extra function

#

obviously in C++ you should use std::vector<bool> anywaytrl

jaunty tundra
#

Well that's fixed size but yes

jaunty tundra
#

Rewrite the bitset

#

It's not even a bitset currently

jaunty tundra
#

That isn't what makes a bitset a bitset

#

Otherwise an unsigned int is also a bitset

#

Like at least make it variable length