<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - LLONG_MAX is not in strict ansi c++98, but poppler uses it and builds with "-ansi""
href="https://bugs.freedesktop.org/show_bug.cgi?id=72499#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - LLONG_MAX is not in strict ansi c++98, but poppler uses it and builds with "-ansi""
href="https://bugs.freedesktop.org/show_bug.cgi?id=72499">bug 72499</a>
from <span class="vcard"><a class="email" href="mailto:desrt@desrt.ca" title="desrt <desrt@desrt.ca>"> <span class="fn">desrt</span></a>
</span></b>
<pre>No. c++98 is the standard in which 'long long' does not exist. -std=c++11
does work, however (but I suspect that this may make some older compilers
unhappy).</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>