Closed smlu closed 2 years ago
The varints unsigned_int & signed_int are just serialization wrappers for type uint32_t & int32_t. They should be compile time constructable to be available for compile time constant expressions.
uint32_t
int32_t
Closing since it is now duplicated in https://github.com/AntelopeIO/cdt/issues/13
The varints unsigned_int & signed_int are just serialization wrappers for type
uint32_t
&int32_t
. They should be compile time constructable to be available for compile time constant expressions.