You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the file emp-tool/emp-tool/utils/ThreadPool.h is still using std::result_of, which has been discarded in C++20. This can be simply fixed by using std::invoke_result instead.
I can make a pull request if needed.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that the file
emp-tool/emp-tool/utils/ThreadPool.h
is still usingstd::result_of
, which has been discarded in C++20. This can be simply fixed by usingstd::invoke_result
instead.I can make a pull request if needed.
Thanks!
The text was updated successfully, but these errors were encountered: