Did some googling and this is down to gcc version...
4.9.3 works as is 4.9.4 requires std::, 5.1.3 also requires std::

Do not know about other versions, just what I have and found on web

Bob

On 21 February 2017 at 14:39, Geert Janssens <geert.gnuc...@kobaltwit.be>
wrote:

> Op dinsdag 21 februari 2017 11:18:38 CET schreef Robert Fewell:
> > Hi,
> >
> > Just built from master with all the new changes but had to change
> > gnc-numeric.cpp line 86 from isnan(d)  to std::isnan(d), gcc version
> 4.9.4
> >
> > After change all built successfully.
>
> Interestingly, I don't need to do this on neither of my Fedora 25 machine
> (gcc
> 6.3.1) nor on travis (gcc 4.8.x)
>
> Geert
>
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to