Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
result_of
to invoke_result
in mcrouter/McrouterFiberContext.h
Summary: C++20 has [eliminated](https://en.cppreference.com/w/cpp/types/result_of) `result_of` in favour of `invoke_result`. It's mysterious that this code even still works, but, nevertheless, I'm fixing it. Differential Revision: D56987436 fbshipit-source-id: 73c86ace2ef88a26d9f8daa1ea5cdf42d749fea4
- Loading branch information