https://bugs.documentfoundation.org/show_bug.cgi?id=38835
--- Comment #53 from Buovjaga <[email protected]> ---
(In reply to ibarkleyyeung from comment #52)
> 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.
Please refer to the compiler baseline:
https://git.libreoffice.org/core/+/master/README.md
Cross-check it with https://en.cppreference.com/w/cpp/compiler_support
LibreOffice can use the vast majority of features in C++17 and its standard
library.
--
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