<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - strip out non-trivial globals before main"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38835#c53">Comment # 53</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - strip out non-trivial globals before main"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38835">bug 38835</a>
              from <span class="vcard"><a class="email" href="mailto:ilmari.lauhakangas@libreoffice.org" title="Buovjaga <ilmari.lauhakangas@libreoffice.org>"> <span class="fn">Buovjaga</span></a>
</span></b>
        <pre>(In reply to ibarkleyyeung from <a href="show_bug.cgi?id=38835#c52">comment #52</a>)
<span class="quote">> Quick question, is <a href="show_bug.cgi?id=38835#c9">comment 9</a> still valid?

> That is, is LibreOffice still supposed to be compatible with C++03? I don't
> know what the minimum C++ version is across the various compilers. Is the
> C++ version documented somewhere? 

> I see uses of unique_ptr and unordered_map, so I'm assuming at least C++11.
> And C++11 ensures function-local statics are initialized exactly once even
> if multiple threads call the function. 

> Just checking before I make a change.</span >

Please refer to the compiler baseline:
<a href="https://git.libreoffice.org/core/+/master/README.md">https://git.libreoffice.org/core/+/master/README.md</a>
Cross-check it with <a href="https://en.cppreference.com/w/cpp/compiler_support">https://en.cppreference.com/w/cpp/compiler_support</a>
LibreOffice can use the vast majority of features in C++17 and its standard
library.</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>