diff --git a/p2p/source/decimal.hpp b/p2p/source/decimal.hpp index e297cb0e0..e9eb60a82 100644 --- a/p2p/source/decimal.hpp +++ b/p2p/source/decimal.hpp @@ -30,7 +30,11 @@ namespace orc { +#if 0 +using Decimal = boost::multiprecision::number, boost::multiprecision::et_off>; +#else typedef boost::multiprecision::cpp_dec_float_50 Decimal; +#endif }