Files
boost_integer/include/boost/integer/common_factor.hpp

17 lines
583 B
C++
Raw Normal View History

// Boost common_factor.hpp header file -------------------------------------//
2004-07-30 04:46:56 +00:00
// (C) Copyright Daryle Walker 2001-2002.
// Distributed under 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)
// See http://www.boost.org for updates, documentation, and revision history.
2015-01-13 20:53:02 +02:00
#ifndef BOOST_INTEGER_COMMON_FACTOR_HPP
#define BOOST_INTEGER_COMMON_FACTOR_HPP
2015-01-13 20:53:02 +02:00
#include <boost/integer/common_factor_ct.hpp>
#include <boost/integer/common_factor_rt.hpp>
2015-01-13 20:53:02 +02:00
#endif // BOOST_INTEGER_COMMON_FACTOR_HPP