Closed timosmd closed 4 years ago
I think the problem is your use of /std:c++latest
- std::result_of
is removed in C++20, in favor of std::invoke_result
, but that isn't available until C++17 and for 2.x we are maintaining C++11 compatibility.
Thanks for your answer - this seems to be the reason.
Hello,
I am having trouble compiling botan 2.12.1 although it worked perfectly fine 2 weeks ago...
It's failing with the following errors: