RenderKit / rkcommon

Intel RenderKit common C++/CMake infrastructure
Apache License 2.0
17 stars 10 forks source link

result_of is deprecated since C++17 #8

Closed Tradias closed 1 year ago

Tradias commented 2 years ago

And removed in C++20: https://en.cppreference.com/w/cpp/types/result_of

Affects async.h.

miroslawpawlowski commented 2 years ago

Thanks for pointing that out. It will be fixed in the next release.

miroslawpawlowski commented 1 year ago

Fixed in 1.12.0 version