summaryrefslogtreecommitdiff
path: root/boost/math/bindings/mpfr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/bindings/mpfr.hpp')
-rw-r--r--boost/math/bindings/mpfr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/bindings/mpfr.hpp b/boost/math/bindings/mpfr.hpp
index 5edc0ae44c..4e4ebcfe53 100644
--- a/boost/math/bindings/mpfr.hpp
+++ b/boost/math/bindings/mpfr.hpp
@@ -297,7 +297,7 @@ struct promote_arg<__gmp_expr<T,U> >
};
template<>
-inline int digits<mpfr_class>(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpfr_class))
+inline int digits<mpfr_class>(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpfr_class)) BOOST_NOEXCEPT
{
return mpfr_class::get_dprec();
}