diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:45:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-23 12:45:46 +0000 |
commit | a8713d15f4d56c9054b5d6a952f5c3613f04959a (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /devel/boost-libs/files/patch-5a9688e4ef22c51f77bf147589e3306bf8fd03df | |
parent | c9e5b0da2c7f6a3df13a274b6b410d835805742f (diff) | |
download | ports-a8713d15f4d56c9054b5d6a952f5c3613f04959a.tar.gz ports-a8713d15f4d56c9054b5d6a952f5c3613f04959a.zip |
Notes
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 |