Closed renau closed 5 years ago
Harmless, but I will take an action to silence it.
I agree, but I am trying to kill all my warnings, and this one keeps popping all the time. (btw, any plan to support 64bit index BM instead of 32bit?)
There is a plan to implement a bit-matrix first, but yes, there is a plan for 64-bit vector as well.
It should be fixed now, please try the master branch
Neat, now no warnings.
btw, any plan to support 64bit index BM instead of 32bit?
Master branch now supports 64-bit (48-bits actually) index. Release prep is in progress.
bm/encoding.h:461:24: warning: assigning field to itself [-Wself-assign-field] usedbits ^= usedbits;