File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,21 +102,21 @@ struct numeric_limits<boost::decimal::decimal128>;
102102
103103template <>
104104#ifdef _MSC_VER
105- class numeric_limits <boost::decimal::decimal32 >;
105+ class numeric_limits <boost::decimal::decimal32_fast >;
106106#else
107107struct numeric_limits <boost::decimal::decimal32_fast>;
108108#endif
109109
110110template <>
111111#ifdef _MSC_VER
112- class numeric_limits <boost::decimal::decimal64 >;
112+ class numeric_limits <boost::decimal::decimal64_fast >;
113113#else
114114struct numeric_limits <boost::decimal::decimal64_fast>;
115115#endif
116116
117117template <>
118118#ifdef _MSC_VER
119- class numeric_limits <boost::decimal::decimal128 >;
119+ class numeric_limits <boost::decimal::decimal128_fast >;
120120#else
121121struct numeric_limits <boost::decimal::decimal128_fast>;
122122#endif
You can’t perform that action at this time.
0 commit comments