You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that we have another blocker. Mac only supports std::optional on macOS 10.14 and higher but we still have a substantial portion of our users on 10.11.
~/MMapper/src/expandoracommon/room.cpp:116:24: error:
call to unavailable member function 'value': introduced in macOS 10.14
return opt.value();
~~~~^~~~~
We currently can't upgrade to C++17 because of a few factors:
Supported C++17 compilers are: https://en.cppreference.com/w/cpp/compiler_support
This means we can only support the following OS / compiler combinations:
Without support for:
The text was updated successfully, but these errors were encountered: