moneycpp
moneycpp copied to clipboard
idea: expand to allow for std::decimal
gcc's libstdc++ includes std::decimal64, a compact 64-bit, exact decimal representation for money values.
It would be nice if moneycpp were expanded to allow for std::decimal32, std::decimal64, and std::decimal128 as the representational type.
References: specifications code