--- src/3rdparty/chromium/base/ranges/algorithm.h.orig 2023-11-09 11:32:20 UTC +++ src/3rdparty/chromium/base/ranges/algorithm.h @@ -60,9 +60,9 @@ class BinaryPredicateProjector { private: template - using InvokeResult = invoke_result_t, - invoke_result_t>; + using InvokeResult = std::invoke_result_t, + std::invoke_result_t>; template > constexpr std::pair GetProjs(priority_tag<3>) const {