ThreadPool icon indicating copy to clipboard operation
ThreadPool copied to clipboard

Replace deprecated functions on -std=c++17

Open JayBluem opened this issue 2 years ago • 2 comments
trafficstars

std::result_of<T> is deprecated, Since C++17

std::result_of<T> -> std::invoke_result<T, Args...>

JayBluem avatar Dec 20 '22 13:12 JayBluem

挺好的,作者为啥不合并一下呢

Tom-debug110 avatar Aug 04 '23 11:08 Tom-debug110

确实有以上的问题哦

KevinWang-kk avatar Nov 30 '23 09:11 KevinWang-kk