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
std:c++17 features, specifically std::optional support, do not work in Visual Studio 2017. Apparently due to the __cplusplus version check failing, resulting in all code being incorrectly excluded.
std:c++17 features, specifically std::optional support, do not work in Visual Studio 2017. Apparently due to the __cplusplus version check failing, resulting in all code being incorrectly excluded.