File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 44//
55// This example, when run with the pretty printers, shows how various values are represented
66
7- #include < boost/decimal/decimal32_t.hpp> // For type decimal32_t
8- #include < boost/decimal/decimal64_t.hpp> // For type decimal64_t
9- #include < boost/decimal/decimal128_t.hpp> // For type decimal128_t
10- #include < boost/decimal/cmath.hpp> // For nan function to write payload to nans
7+ #include < boost/decimal/decimal32_t.hpp> // For type decimal32_t
8+ #include < boost/decimal/decimal64_t.hpp> // For type decimal64_t
9+ #include < boost/decimal/decimal128_t.hpp> // For type decimal128_t
10+ #include < boost/decimal/decimal_fast32_t.hpp> // For type decimal_fast32_t
11+ #include < boost/decimal/cmath.hpp> // For nan function to write payload to nans
1112#include < limits>
1213
1314template <typename T>
@@ -41,5 +42,7 @@ int main()
4142 debug_values<boost::decimal::decimal64_t >();
4243 debug_values<boost::decimal::decimal128_t >();
4344
45+ debug_values<boost::decimal::decimal_fast32_t >();
46+
4447 return 0 ;
4548}
You can’t perform that action at this time.
0 commit comments