<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#c3">Comment # 3</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:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>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.</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>