You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file is #include <decimal/decimal> and gives std::decimal::decimal32, std::decimal::decimal64, and std::decimal::decimal128. We could likely just do something like
#include <decimal/decimal>
namespace boost::decimal {
class gcc_decimal32 : public std::decimal::decimal32
{
...
}
}
The text was updated successfully, but these errors were encountered:
The file is
#include <decimal/decimal>
and givesstd::decimal::decimal32
,std::decimal::decimal64
, andstd::decimal::decimal128
. We could likely just do something likeThe text was updated successfully, but these errors were encountered: