Codechange: Apple LLVM fails to implement std::optional::value() also on pretty recen...
commitcc1679e3171bf6982164c4072a773fdd687ea885
authorfrosch <frosch@openttd.org>
Mon, 14 Dec 2020 21:25:07 +0000 (14 22:25 +0100)
committerMichael Lutz <michi@icosahedron.de>
Mon, 14 Dec 2020 22:50:50 +0000 (14 23:50 +0100)
tree8b8bc07d6721237450951bf34193e4b737a5b820
parent484ea62a62d7e09ea550a40ea3ded24dcab8a6d0
Codechange: Apple LLVM fails to implement std::optional::value() also on pretty recent version. Use operator* instead.
src/base_media_func.h
src/gfxinit.cpp