mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-12 12:12:26 +00:00
Add additional template parameter to mpfr_float_backend to allow stack-based floats.
[SVN r81135]
This commit is contained in:
@@ -1839,6 +1839,7 @@ int main()
|
||||
#endif
|
||||
#ifdef TEST_MPFR_50
|
||||
test<boost::multiprecision::mpfr_float_50>();
|
||||
test<boost::multiprecision::static_mpfr_float_50>();
|
||||
#endif
|
||||
#ifdef TEST_TOMMATH
|
||||
test<boost::multiprecision::tom_int>();
|
||||
|
||||
Reference in New Issue
Block a user