diff options
Diffstat (limited to 'devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df')
-rw-r--r-- | devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df b/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df deleted file mode 100644 index 3c3127d8c97d..000000000000 --- a/devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df +++ /dev/null @@ -1,38 +0,0 @@ ---- boost/math/special_functions/fpclassify.hpp.orig 2013-09-28 16:19:47 UTC -+++ boost/math/special_functions/fpclassify.hpp -@@ -348,7 +348,7 @@ inline bool (isfinite)(long double x) - { //!< \brief return true if floating-point type t is finite. - typedef detail::fp_traits<long double>::type traits; - typedef traits::method method; -- typedef boost::is_floating_point<long double>::type fp_tag; -+ //typedef boost::is_floating_point<long double>::type fp_tag; - typedef long double value_type; - return detail::isfinite_impl(static_cast<value_type>(x), method()); - } -@@ -419,7 +419,7 @@ inline bool (isnormal)(long double x) - { - typedef detail::fp_traits<long double>::type traits; - typedef traits::method method; -- typedef boost::is_floating_point<long double>::type fp_tag; -+ //typedef boost::is_floating_point<long double>::type fp_tag; - typedef long double value_type; - return detail::isnormal_impl(static_cast<value_type>(x), method()); - } -@@ -508,7 +508,7 @@ inline bool (isinf)(long double x) - { - typedef detail::fp_traits<long double>::type traits; - typedef traits::method method; -- typedef boost::is_floating_point<long double>::type fp_tag; -+ //typedef boost::is_floating_point<long double>::type fp_tag; - typedef long double value_type; - return detail::isinf_impl(static_cast<value_type>(x), method()); - } -@@ -594,7 +594,7 @@ inline bool (isnan)(long double x) - { //!< \brief return true if floating-point type t is NaN (Not A Number). - typedef detail::fp_traits<long double>::type traits; - typedef traits::method method; -- typedef boost::is_floating_point<long double>::type fp_tag; -+ //typedef boost::is_floating_point<long double>::type fp_tag; - return detail::isnan_impl(x, method()); - } - #endif |