Skip to content

Commit

Permalink
Commit local hack to disable expression templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed May 9, 2024
1 parent ecfe6f3 commit 3b56d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions p2p/source/decimal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@

namespace orc {

#if 0
using Decimal = boost::multiprecision::number<boost::multiprecision::cpp_dec_float<50>, boost::multiprecision::et_off>;
#else
typedef boost::multiprecision::cpp_dec_float_50 Decimal;
#endif

}

Expand Down

0 comments on commit 3b56d98

Please sign in to comment.