You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what you want implemented
Remove the bit_iterator macro.
Describe "Why" this is needed
As far as I can see we only invoke the macro once to create BitIterator8 so I don't see the need to have a macro for it. Creating BitIterator8 directly is much clearer.
Describe alternatives you've considered
Leave as is.
Additional context
NA
The text was updated successfully, but these errors were encountered:
Describe what you want implemented
Remove the
bit_iterator
macro.Describe "Why" this is needed
As far as I can see we only invoke the macro once to create
BitIterator8
so I don't see the need to have a macro for it. CreatingBitIterator8
directly is much clearer.Describe alternatives you've considered
Leave as is.
Additional context
NA
The text was updated successfully, but these errors were encountered: