math/test/header_deprecated_test.cpp
2021-08-23 07:48:28 -07:00

13 lines
383 B
C++

// (C) Copyright Matt Borland 2021.
// 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)
#include <boost/math/tools/header_deprecated.hpp>
int main()
{
BOOST_MATH_HEADER_DEPRECATED("<boost/integer/common_factor_rt.hpp>");
return 0;
}