vpiotr / decimal_for_cpp

Decimal data type for C++
273 stars 68 forks source link

Compile time DecimalFactor definitions #65

Closed evanwporter closed 3 months ago

evanwporter commented 3 months ago

Replaced const with constexpr for the class definitions, to allow compiler to define various things at compile time rather than runtime. This may have a small bump on performance, but either way it can't hurt.