eosnetworkfoundation / mandel.cdt

Obsolete. Use https://github.com/AntelopeIO/cdt instead.
Other
7 stars 2 forks source link

Make varints compile time constructable #43

Closed smlu closed 2 years ago

smlu commented 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.

stephenpdeos commented 2 years ago

Closing since it is now duplicated in https://github.com/AntelopeIO/cdt/issues/13