On Wed, 19 Apr 2017 10:51:40 +0200 Andreas Tille <[email protected]> wrote:
> 
> Anyway.  I try to tackle the first one which leaves me clueless.  Any
> idea why max() and min() are unknown now but were not before?

as to "why" i cannot say, but it's probably related to an update in g++
which comes with a different implementation of max() and min().

however, the fix is to make sure that the right instantiation of the
template is being called.
e.g. replacing "max(1UL << 17, bufferSpace / blocks.size())" with
"std::max(static_cast<long long int>(1UL<<17), bufferSpace / blocks.size())"


fgamsdr
IOhannes

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to