Add a new bitset class which allows for arbitrarily-large bit sets, with specializations for 32 and 64 bit sets. Eventually the enum_bitfields code should probably be reconsidered and moved to bitsets, since it doesn't work everywhere.
Add a new bitset class which allows for arbitrarily-large bit sets, with specializations for 32 and 64 bit sets. Eventually the enum_bitfields code should probably be reconsidered and moved to bitsets, since it doesn't work everywhere.