Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:43:59

0001 //  Boost common_factor.hpp header file  -------------------------------------//
0002 
0003 //  (C) Copyright Daryle Walker 2001-2002.
0004 //  Distributed under the Boost Software License, Version 1.0. (See
0005 //  accompanying file LICENSE_1_0.txt or copy at
0006 //  https://www.boost.org/LICENSE_1_0.txt)
0007 
0008 //  See https://www.boost.org for updates, documentation, and revision history. 
0009 
0010 #ifndef BOOST_INTEGER_COMMON_FACTOR_HPP
0011 #define BOOST_INTEGER_COMMON_FACTOR_HPP
0012 
0013 #include <boost/integer/common_factor_ct.hpp>
0014 #include <boost/integer/common_factor_rt.hpp>
0015 
0016 #endif  // BOOST_INTEGER_COMMON_FACTOR_HPP