mirror of
https://github.com/boostorg/math.git
synced 2025-05-11 21:33:52 +00:00
13 lines
383 B
C++
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;
|
|
}
|