https://bugs.documentfoundation.org/show_bug.cgi?id=38835

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #52 from [email protected] ---
Quick question, is comment 9 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to