diff options
author | Michael Lutz <michi@icosahedron.de> | 2020-05-17 23:32:01 +0200 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2020-05-21 20:02:34 +0200 |
commit | 8aef14386fc403ee631f176abf0ec86af7dcd37b (patch) | |
tree | 7cafaed2c1637e933db7bdd97fa0a621920ce3b2 /source.list | |
parent | 63ccb36ef3ecd53a503c0e9fea87f0784802af0f (diff) | |
download | openttd-8aef14386fc403ee631f176abf0ec86af7dcd37b.tar.xz |
Add: Optional implementation of std::optional for pre-C++17 compilers.
Sourced from https://github.com/akrzemi1/Optional, Boost Software License, Version 1.0.
Diffstat (limited to 'source.list')
-rw-r--r-- | source.list | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source.list b/source.list index ce3c50729..cc9d10c99 100644 --- a/source.list +++ b/source.list @@ -691,6 +691,10 @@ table/water_land.h 3rdparty/md5/md5.cpp 3rdparty/md5/md5.h +# Compat +3rdparty/optional/optional.hpp +3rdparty/optional/ottd_optional.h + # Script script/script_config.cpp script/script_config.hpp |