mirror of
https://github.com/boostorg/integer.git
synced 2025-11-08 04:01:40 +01:00
Added examples in /example folder (contain snippets for Quickbook), and updates to add typedef static_gcd_t for common factor
This commit is contained in:
@@ -12,8 +12,9 @@
|
||||
#ifndef BOOST_INTEGER_COMMON_FACTOR_CT_HPP
|
||||
#define BOOST_INTEGER_COMMON_FACTOR_CT_HPP
|
||||
|
||||
#include <boost/integer_fwd.hpp> // self include
|
||||
//#include <boost/integer_fwd.hpp> // self include
|
||||
#include <boost/config.hpp> // for BOOST_STATIC_CONSTANT, etc.
|
||||
#include <boost/cstdint.hpp> // for boost::uintmax_t
|
||||
|
||||
namespace boost
|
||||
{
|
||||
@@ -21,6 +22,8 @@ namespace integer
|
||||
{
|
||||
// Warning: this is from 1.58 in namespace boost::integer and no longer in namespace boost::math.
|
||||
|
||||
typedef boost::uintmax_t static_gcd_type;
|
||||
|
||||
// Implementation details --------------------------------------------------//
|
||||
//! \cond DETAIL
|
||||
namespace detail
|
||||
|
||||
Reference in New Issue
Block a user