felixguendling / cista

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

Cleanup: static_cast for `adjustment` should be `offset_t` since `start` is that type #186

Closed ChemistAion closed 1 year ago

ChemistAion commented 1 year ago

https://github.com/felixguendling/cista/blob/1b2fec55890feaf51aa4d1efe9269f6dcbebf8bc/include/cista/targets/buf.h#L49