[Poppler-bugs] [Bug 72499] LLONG_MAX is not in strict ansi c++98, but poppler uses it and builds with "-ansi"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 15 15:16:54 PST 2013


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

--- Comment #6 from desrt <desrt at desrt.ca> ---
I'm sort of confused by that logic... you're using a compiler flag to enforce
strict c++98 compliance so that you can't accidentally use non-standard
features, but you get upset when the compiler forces you to adhere to the
standard.

If you want to be able to use features outside of the spec, then drop the flag
that says "I want to be held to the spec".

fwiw, it should be possible to work around this issue on FreeBSD by
-D__LONG_LONG_SUPPORTED.

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


More information about the Poppler-bugs mailing list