Vincent Camus

Results 1 issues of Vincent Camus

std::result_of was deprecated in c++17 and removed in c++20. This PR configures the project to use c++17 if the compiler supports it and use std::invoke_result instead of std::result_of. If the...