Anton
Results
1
issues of
Anton
Conditionally replacing usage of `std::result_of` with `std::invoke_result_t` when compiling for C++17 standard or higher. C++17 deprecates `std::result_of` in favor of `std::invoke_result` and `std::invoke_result_t`. C++20 removes it completely.