[Poppler-bugs] [Bug 94761] SplashOutputDev error: 'isfinite' was not declared in this scope

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 31 20:17:42 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=94761

--- Comment #1 from Albert Astals Cid <aacid at kde.org> ---
isfinite is a bit of a mess, it's new in C++11 and C99 but we compile in
neither of them so technically it should have always failed but it worked
because the compiler was a bit less strict, now it doesn't compile for you.

Can you confirm if adding std:: fixes it? It should still fail since it's still
not C++11 but maybe that's the new "less strict" mode for the newer gcc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160331/cda3708a/attachment.html>


More information about the Poppler-bugs mailing list