Closed kadu-v closed 7 months ago
Update the version from 3.3 to 3.4 to compile this library using clang 13 and c++20 option. The reason of why it is faile to compile the library is that typename std::result_of is removed from clang 13.
typename std::result_of
Sorry, this is my mistake. So, I close this PR.
Update the version from 3.3 to 3.4 to compile this library using clang 13 and c++20 option. The reason of why it is faile to compile the library is that
typename std::result_of
is removed from clang 13.