Boost logo

Boost :

Subject: Re: [boost] preprocess operation problems
From: Peter Dimov (lists_at_[hidden])
Date: 2015-01-28 10:50:45


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk