diff DEPENDENCIES/generic/include/boost/multiprecision/detail/big_lanczos.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/multiprecision/detail/big_lanczos.hpp	Fri Sep 04 12:01:02 2015 +0100
+++ b/DEPENDENCIES/generic/include/boost/multiprecision/detail/big_lanczos.hpp	Mon Sep 07 11:12:49 2015 +0100
@@ -26,15 +26,7 @@
       typename mpl::if_c<
          precision_type::value <= 122,
          lanczos22UDT,
-         typename mpl::if_c<
-            precision_type::value <= 172,
-            lanczos31UDT,
-            typename mpl::if_c<
-               precision_type::value <= 372,
-               lanczos61UDT,
-               undefined_lanczos
-            >::type
-         >::type
+         undefined_lanczos
       >::type
    >::type type;
 };
@@ -44,3 +36,4 @@
 }} // namespaces
 
 #endif
+