]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/test/test_common_factor_gmpxx.cpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / math / test / test_common_factor_gmpxx.cpp
1
2 // (C) Copyright John Maddock 2010.
3 // Use, modification and distribution are subject to the
4 // Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7 #include <gmpxx.h>
8 #include <boost/math/common_factor.hpp>
9
10 template mpz_class boost::math::gcd(const mpz_class&, const mpz_class&);
11 template mpz_class boost::math::lcm(const mpz_class&, const mpz_class&);
12
13 int main()
14 {
15 }