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/cppunit | ||
source | ||
CppunitTest_emfio_emf_test.mk | ||
CppunitTest_emfio_wmf_test.mk | ||
emfio.component | ||
Library_emfio.mk | ||
Makefile | ||
Module_emfio.mk | ||
README |
It contains emfio/source/reader which is used for "Insert->Picture->From File".