Re-try Boost's arithmetic tests

This commit is contained in:
Christopher Kormanyos
2021-07-28 18:18:28 +02:00
parent 2a91e292da
commit 2a92a884bb
3 changed files with 16 additions and 10 deletions

View File

@@ -387,7 +387,8 @@ int main()
int main()
{
using double_float_type = boost::multiprecision::number<boost::multiprecision::backends::cpp_double_float<double>, boost::multiprecision::et_off>;
using double_float_type =
boost::multiprecision::number<boost::multiprecision::backends::cpp_double_float<double>, boost::multiprecision::et_off>;
test<double_float_type>();
return boost::report_errors();