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
Replace usage of std::result_of with std::invoke_result
C++17 deprecates `std::result_of` in favour of `std::invoke_result`.
Updating our code to use the replacement avoids the use of the
reprecated version.
0 commit comments