thread_pool icon indicating copy to clipboard operation
thread_pool copied to clipboard

Improve support for C++17 and later.

Open Antonz0 opened this issue 1 year ago • 0 comments

Conditionally replacing usage of std::result_of with std::invoke_result_t when compiling for C++17 standard or higher. C++17 deprecates std::result_of in favor of std::invoke_result and std::invoke_result_t. C++20 removes it completely.

Antonz0 avatar Mar 25 '24 21:03 Antonz0