5dffee
Index: boost/math/special_functions/beta.hpp
5dffee
===================================================================
5dffee
--- boost/math/special_functions/beta.hpp	(revision 85073)
5dffee
+++ boost/math/special_functions/beta.hpp	(working copy)
5dffee
@@ -1331,7 +1331,6 @@
5dffee
    BOOST_FPU_EXCEPTION_GUARD
5dffee
    typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type;
5dffee
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
5dffee
-   typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
5dffee
    typedef typename policies::normalise<
5dffee
       Policy, 
5dffee
       policies::promote_float<false>, 
5dffee
@@ -1349,7 +1348,6 @@
5dffee
    BOOST_FPU_EXCEPTION_GUARD
5dffee
    typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type;
5dffee
    typedef typename policies::evaluation<result_type, Policy>::type value_type;
5dffee
-   typedef typename lanczos::lanczos<value_type, Policy>::type evaluation_type;
5dffee
    typedef typename policies::normalise<
5dffee
       Policy, 
5dffee
       policies::promote_float<false>,