// Copyright John Maddock 2017. // 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 template struct static_value_check; template struct static_value_check { static const boost::math::static_gcd_type value = a; }; void compile_and_link_test() { typedef static_value_check::value, 6> checked_type; boost::math::static_gcd_type result = checked_type::value; (void)result; typedef static_value_check::value, 90> checked_type_2; boost::math::static_gcd_type result_2 = checked_type_2::value; (void)result_2; }