<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:ibarkleyyeung@gmail.com" title="ibarkleyyeung@gmail.com">ibarkleyyeung@gmail.com</a>
</span> changed
<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>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>ibarkleyyeung@gmail.com
</td>
</tr></table>
<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#c52">Comment # 52</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:ibarkleyyeung@gmail.com" title="ibarkleyyeung@gmail.com">ibarkleyyeung@gmail.com</a>
</span></b>
<pre>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.</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>