diff options
author | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-07-15 10:22:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 10:22:29 +0200 |
commit | 202fd41389973322f63186fd8e5a368fce3e1b04 (patch) | |
tree | 61650c3cf7ec62a142b250a59562063c7ef1d8a5 /dep | |
parent | ce1e2c0f9b4f80e1fa5c448ee12fec43204a3634 (diff) |
Core/Misc: Replace boost::optional with std::optional (#25047)
C++17 is already mandatory, so it's a safe thing to do
Diffstat (limited to 'dep')
-rw-r--r-- | dep/boost/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 727b7be2ee3..f674ad7babe 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -83,10 +83,6 @@ target_compile_definitions(boost -DBOOST_DATE_TIME_NO_LIB -DBOOST_REGEX_NO_LIB -DBOOST_CHRONO_NO_LIB - # Due to MSVC linking error boost::none" already defined in scripts_... - # May be removed when the requirement is raised to boost 1.61 on windows. - -DBOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE - -DBOOST_CHRONO_NO_LIB -DBOOST_SERIALIZATION_NO_LIB -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DBOOST_ASIO_NO_DEPRECATED |