progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.63k stars 2.21k forks source link

Replace deprecated functions on -std=c++17 #102

Open JayBluem opened 1 year ago

JayBluem commented 1 year ago

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

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

Tom-debug110 commented 11 months ago

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

wangkeke1800 commented 7 months ago

确实有以上的问题哦