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
I was wrong, it must be this one: "Removing C++17-Deprecated Features In C++20". You will need /std:c++latest to reproduce the error, which is caused by std::result_of not being available anymore.
The text was updated successfully, but these errors were encountered:
Must be due to this change shipped in 16.6I was wrong, it must be this one: "Removing C++17-Deprecated Features In C++20". You will need
/std:c++latest
to reproduce the error, which is caused bystd::result_of
not being available anymore.The text was updated successfully, but these errors were encountered: