boostorg / fiber

userland threads
464 stars 108 forks source link

fix std::result_of for cpp20 #296

Closed PooyaEimandar closed 2 years ago

PooyaEimandar commented 2 years ago

it fixes build with C++20, because C++20 removed std::result_of.

olk commented 2 years ago

ty