comparison DEPENDENCIES/generic/include/boost/ratio/detail/mpl/gcd.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
15 #include <boost/mpl/integral_c.hpp> 15 #include <boost/mpl/integral_c.hpp>
16 #include <boost/ratio/detail/mpl/abs.hpp> 16 #include <boost/ratio/detail/mpl/abs.hpp>
17 #include <boost/mpl/aux_/largest_int.hpp> 17 #include <boost/mpl/aux_/largest_int.hpp>
18 #include <boost/mpl/aux_/na_spec.hpp> 18 #include <boost/mpl/aux_/na_spec.hpp>
19 #include <boost/mpl/aux_/lambda_support.hpp> 19 #include <boost/mpl/aux_/lambda_support.hpp>
20 #include <boost/mpl/aux_/config/eti.hpp>
21 #include <boost/mpl/aux_/config/integral.hpp> 20 #include <boost/mpl/aux_/config/integral.hpp>
22 #include <boost/mpl/aux_/config/static_constant.hpp> 21 #include <boost/mpl/aux_/config/static_constant.hpp>
23 #include <boost/mpl/aux_/config/dependent_nttp.hpp> 22 #include <boost/mpl/aux_/config/dependent_nttp.hpp>
24 #include <boost/cstdint.hpp> 23 #include <boost/cstdint.hpp>
25 24
26 #if !defined(BOOST_MPL_CFG_NO_NESTED_VALUE_ARITHMETIC_2) \ 25 #if !defined(BOOST_MPL_CFG_NO_NESTED_VALUE_ARITHMETIC_2) \
27 && !defined(BOOST_MPL_PREPROCESSING_MODE) \ 26 && !defined(BOOST_MPL_PREPROCESSING_MODE) \
27 && !defined(__CUDACC__) \
28 && ( defined(BOOST_MSVC) \ 28 && ( defined(BOOST_MSVC) \
29 || BOOST_WORKAROUND(__EDG_VERSION__, <= 238) \ 29 || BOOST_WORKAROUND(__EDG_VERSION__, <= 238) \
30 ) 30 )
31 31
32 # define BOOST_MPL_CFG_NO_NESTED_VALUE_ARITHMETIC_2 32 # define BOOST_MPL_CFG_NO_NESTED_VALUE_ARITHMETIC_2