Mercurial > hg > vamp-build-and-test
diff DEPENDENCIES/generic/include/boost/math/constants/calculate_constants.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/math/constants/calculate_constants.hpp Fri Sep 04 12:01:02 2015 +0100 +++ b/DEPENDENCIES/generic/include/boost/math/constants/calculate_constants.hpp Mon Sep 07 11:12:49 2015 +0100 @@ -310,13 +310,13 @@ return static_cast<T>(4) - pi<T, policies::policy<policies::digits2<N> > >(); } -template <class T> -template<int N> -inline T constant_pow23_four_minus_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) -{ - BOOST_MATH_STD_USING - return pow(four_minus_pi<T, policies::policy<policies::digits2<N> > >(), static_cast<T>(1.5)); -} +//template <class T> +//template<int N> +//inline T constant_pow23_four_minus_pi<T>::compute(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(mpl::int_<N>)) +//{ +// BOOST_MATH_STD_USING +// return pow(four_minus_pi<T, policies::policy<policies::digits2<N> > >(), static_cast<T>(1.5)); +//} template <class T> template<int N>