tlk00 / BitMagic

BitMagic Library
http://bitmagic.io
Other
412 stars 48 forks source link

compile warning #37

Closed renau closed 5 years ago

renau commented 5 years ago

bm/encoding.h:461:24: warning: assigning field to itself [-Wself-assign-field] usedbits ^= usedbits;

tlk00 commented 5 years ago

Harmless, but I will take an action to silence it.

renau commented 5 years ago

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?)

tlk00 commented 5 years ago

There is a plan to implement a bit-matrix first, but yes, there is a plan for 64-bit vector as well.

tlk00 commented 5 years ago

It should be fixed now, please try the master branch

renau commented 5 years ago

Neat, now no warnings.

tlk00 commented 5 years ago

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.