// Copyright John Maddock 2008. // 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. // // This must appear *before* any #includes, and precludes pch usage: // #define BOOST_MATH_ASSERT_UNDEFINED_POLICY false // #include // // Note this header includes no other headers, this is // important if this test is to be meaningful: // #include "test_compile_result.hpp" void compile_and_link_test() { TEST_DIST_FUNC(non_central_beta) } template class boost::math::non_central_beta_distribution >; template class boost::math::non_central_beta_distribution >; #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS template class boost::math::non_central_beta_distribution >; #endif