6e52e0
diff -urp boost_1_53_0-orig/boost/math/special_functions/detail/igamma_inverse.hpp boost_1_53_0/boost/math/special_functions/detail/igamma_inverse.hpp
6e52e0
--- boost_1_53_0-orig/boost/math/special_functions/detail/igamma_inverse.hpp	2013-07-23 01:32:21.874281840 +0200
6e52e0
+++ boost_1_53_0/boost/math/special_functions/detail/igamma_inverse.hpp	2013-07-23 01:34:15.291971260 +0200
6e52e0
@@ -341,7 +341,6 @@ struct gamma_p_inverse_func
6e52e0
       // flag is set, then Q(x) - q and it's derivatives.
6e52e0
       //
6e52e0
       typedef typename policies::evaluation<T, Policy>::type value_type;
6e52e0
-      typedef typename lanczos::lanczos<T, Policy>::type evaluation_type;
6e52e0
       typedef typename policies::normalise<
6e52e0
          Policy, 
6e52e0
          policies::promote_float<false>, 
6e52e0
diff -urp boost_1_53_0-orig/boost/math/special_functions/gamma.hpp boost_1_53_0/boost/math/special_functions/gamma.hpp
6e52e0
--- boost_1_53_0-orig/boost/math/special_functions/gamma.hpp	2013-07-23 01:32:21.824281537 +0200
6e52e0
+++ boost_1_53_0/boost/math/special_functions/gamma.hpp	2013-07-23 01:34:15.322971451 +0200
6e52e0
@@ -1360,7 +1360,6 @@ inline typename tools::promote_args
6e52e0
    BOOST_FPU_EXCEPTION_GUARD
6e52e0
    typedef typename tools::promote_args<T1, T2>::type result_type;
6e52e0
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
6e52e0
-   typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
6e52e0
    typedef typename policies::normalise<
6e52e0
       Policy, 
6e52e0
       policies::promote_float<false>, 
6e52e0
@@ -1489,7 +1488,6 @@ inline typename tools::promote_args
6e52e0
    BOOST_FPU_EXCEPTION_GUARD
6e52e0
    typedef typename tools::promote_args<T1, T2>::type result_type;
6e52e0
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
6e52e0
-   typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
6e52e0
    typedef typename policies::normalise<
6e52e0
       Policy, 
6e52e0
       policies::promote_float<false>, 
6e52e0
@@ -1520,7 +1518,6 @@ inline typename tools::promote_args
6e52e0
    BOOST_FPU_EXCEPTION_GUARD
6e52e0
    typedef typename tools::promote_args<T1, T2>::type result_type;
6e52e0
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
6e52e0
-   typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
6e52e0
    typedef typename policies::normalise<
6e52e0
       Policy, 
6e52e0
       policies::promote_float<false>, 
6e52e0
@@ -1551,7 +1548,6 @@ inline typename tools::promote_args
6e52e0
    BOOST_FPU_EXCEPTION_GUARD
6e52e0
    typedef typename tools::promote_args<T1, T2>::type result_type;
6e52e0
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
6e52e0
-   typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
6e52e0
    typedef typename policies::normalise<
6e52e0
       Policy, 
6e52e0
       policies::promote_float<false>,