[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
Fri Dec 13 14:53:12 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=72499
--- Comment #3 from Adrian Johnson <ajohnson at redneon.com> ---
We could either omit the -ansi option (which defaults to c++98 + gnu
extensions) or use -std=c++11 when gcc >= 4.7.
If we omit the option we need to ensure we don't use gnu extensions that are
not supported by visual c++. If we use -std=c++11 we need to ensure we don't
start using c++11 features until they are widely supported by compilers that
are a few years old.
--
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/20131213/fd81c8ca/attachment.html>
More information about the Poppler-bugs
mailing list