comparison DEPENDENCIES/generic/include/boost/integer_fwd.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
156 struct static_unsigned_min; 156 struct static_unsigned_min;
157 157
158 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2> 158 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
159 struct static_unsigned_max; 159 struct static_unsigned_max;
160 160
161
162 // From <boost/integer/common_factor_ct.hpp>
163
164 #ifdef BOOST_NO_INTEGRAL_INT64_T
165 typedef unsigned long static_gcd_type;
166 #else
167 typedef boost::uintmax_t static_gcd_type;
168 #endif
169
170 template < static_gcd_type Value1, static_gcd_type Value2 >
171 struct static_gcd;
172 template < static_gcd_type Value1, static_gcd_type Value2 >
173 struct static_lcm;
174
175
176 // From <boost/integer/common_factor_rt.hpp>
177
178 template < typename IntegerType >
179 class gcd_evaluator;
180 template < typename IntegerType >
181 class lcm_evaluator;
182
183
161 } // namespace boost 184 } // namespace boost
162 185
163 186
164 #endif // BOOST_INTEGER_FWD_HPP 187 #endif // BOOST_INTEGER_FWD_HPP