// Copyright John Maddock 2006. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Basic sanity check that header // #includes all the files that it needs to. // #include #include #include // for std::pair, our headers don't know what tuple type is to be used, we have to supply it. // // Note this header includes no other headers, this is // important if this test is to be meaningful: // inline void check_result_imp(std::pair, std::pair){} inline void check_result_imp(std::pair, std::pair){} inline void check_result_imp(std::pair, std::pair){} #include "test_compile_result.hpp" void compile_and_link_test() { typedef double (*F)(double); typedef std::pair (*F2)(double); typedef boost::math::tuple (*F3)(double); typedef boost::math::tools::eps_tolerance Tol; Tol tol(u); boost::uintmax_t max_iter = 0; F f = 0; F2 f2 = 0; F3 f3 = 0; check_result >(boost::math::tools::bisect(f, d, d, tol, max_iter)); check_result >(boost::math::tools::bisect(f, d, d, tol)); check_result(boost::math::tools::newton_raphson_iterate(f2, d, d, d, i, max_iter)); check_result(boost::math::tools::halley_iterate(f3, d, d, d, i, max_iter)); check_result(boost::math::tools::schroder_iterate(f3, d, d, d, i, max_iter)); }