1 // Copyright John Maddock 2008. 2 // Use, modification and distribution are subject to the 3 // Boost Software License, Version 1.0. (See accompanying file 4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5 6 #ifdef BOOST_BUILD_PCH_ENABLED 7 8 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error 9 #include <boost/math/special_functions/math_fwd.hpp> 10 #include <boost/math/tools/test.hpp> 11 #include <boost/math/tools/stats.hpp> 12 #include <boost/type_traits.hpp> 13 #include <boost/array.hpp> 14 #include "functor.hpp" 15 16 #include "handle_test_result.hpp" 17 18 #include <iostream> 19 #include<iomanip> 20 21 #endif 22