mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
Merge pull request #20379 from tchaikov/wip-test-fix-freebsd
test/librados: s/invoke_result_t/result_of_t/ Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
commit
4021d2b679
@ -21,7 +21,7 @@ typedef RadosTestECPP LibRadosLockECPP;
|
||||
|
||||
|
||||
template<class Rep, class Period, typename Func, typename... Args,
|
||||
typename Return = std::invoke_result_t<Func, Args...>>
|
||||
typename Return = std::result_of_t<Func&&(Args&&...)>>
|
||||
Return wait_until(const std::chrono::duration<Rep, Period>& rel_time,
|
||||
const std::chrono::duration<Rep, Period>& step,
|
||||
const Return& expected,
|
||||
|
Loading…
Reference in New Issue
Block a user