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 | ||
Makefile | ||
Module_pch.mk | ||
README | ||
StaticLibrary_precompiled_system.mk | ||
system_empty.cxx |
The purpose of this directory is to generate global precompiled headers that can be used by any other gbuild library/executable. The libraries themselves are not used.