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
Reduce usage of costly-to-compile std::invoke_result_t
Summary: ispeters points out that instantiating `std::invoke_result_t` can quite heavy due to its flexible implementation. yfeldblum authored a folly mimic, which strives to be cheaper. In some places, we can just get away with `decltype(...)` -- primarily to avoid adding another #include.
Reviewed By: yfeldblum
Differential Revision: D79298082
fbshipit-source-id: 18a5e641e8af40a88249a3993e5661ee34d115fb
0 commit comments