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
abseil is not compilable with C++20. std::result_of has been deprecated since C++17 and is/will be removed for compliant std implementations. This creates compilation failures with the latest MSVC 16.6.0 preview 2. See std draft [diff.cpp17.depr] 7