]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/math/common_factor.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / math / common_factor.hpp
CommitLineData
7c673cae
FG
1// Boost common_factor.hpp header file -------------------------------------//
2
3// (C) Copyright Daryle Walker 2001-2002.
4// Distributed under the Boost Software License, Version 1.0. (See
5// accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7
11fdf7f2 8// See http://www.boost.org for updates, documentation, and revision history.
7c673cae
FG
9
10#ifndef BOOST_MATH_COMMON_FACTOR_HPP
11#define BOOST_MATH_COMMON_FACTOR_HPP
12
1e59de90 13#ifndef BOOST_MATH_STANDALONE
7c673cae
FG
14#include <boost/math/common_factor_ct.hpp>
15#include <boost/math/common_factor_rt.hpp>
1e59de90 16#include <boost/math/tools/header_deprecated.hpp>
7c673cae 17
1e59de90
TL
18BOOST_MATH_HEADER_DEPRECATED("<boost/integer/common_factor.hpp>");
19#else
20#error Common factor is not available in standalone mode because it requires boost.integer.
21#endif // BOOST_MATH_STANDALONE
11fdf7f2 22
7c673cae 23#endif // BOOST_MATH_COMMON_FACTOR_HPP