7e403195e5
...with a boost::optional fallback for Xcode < 10 (as std::optional is only
available starting with Xcode 10 according to
<https://en.cppreference.com/w/cpp/compiler_support>, and our baseline for iOS
and macOS is still Xcode 9.3 according to README.md). And mechanically rewrite
all code to use o3tl::optional instead of boost::optional.
One immediate benefit is that disabling -Wmaybe-uninitialized for GCC as per
|
||
---|---|---|
.. | ||
inc | ||
qa | ||
source | ||
CppunitTest_unoxml_domtest.mk | ||
JunitTest_unordf_complex.mk | ||
JunitTest_unoxml_complex.mk | ||
Library_unordf.mk | ||
Library_unoxml.mk | ||
Makefile | ||
Module_unoxml.mk | ||
README |
UNO wrappers for XML services.