felixguendling / cista

Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.
https://cista.rocks
MIT License
1.78k stars 113 forks source link

remove constexpr from bitvec shift #175

Closed julianharbarth closed 1 year ago

julianharbarth commented 1 year ago

in bitvec the blocks_.size() is not known at compile time.