<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - SplashOutputDev error: 'isfinite' was not declared in this scope"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94761#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - SplashOutputDev error: 'isfinite' was not declared in this scope"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94761">bug 94761</a>
from <span class="vcard"><a class="email" href="mailto:aacid@kde.org" title="Albert Astals Cid <aacid@kde.org>"> <span class="fn">Albert Astals Cid</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>