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:
pabristow
2015-01-27 14:27:08 +00:00
parent 2de3837ca6
commit b82f5a792b
9 changed files with 587 additions and 2 deletions

View File

@@ -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