
28 Jan
2015
28 Jan
'15
3:50 p.m.
Fletcher, John P wrote:
I run with all the boost libraries on develop.
Today the preprocess operation will not run unless I patch the file boost/integer/common_factor_ct.hpp with the following code after the includes.
#ifdef BOOST_NO_INTEGRAL_INT64_T typedef unsigned long static_gcd_type; #else typedef boost::uintmax_t static_gcd_type; #endif
I don't know what the preprocess operation is, but this definition is in boost/integer_fwd.hpp (line 164). It looks like your boost/integer_fwd.hpp header (or the link to it) hasn't been updated for some reason.