red0124 / ssp

C++ CSV parser
MIT License
50 stars 5 forks source link

Please use std::invoke_of_t instead of std::result_of_t #37

Closed toge closed 8 months ago

toge commented 8 months ago

std::result_of_t has been deprecated since C++17 and has been deleted since C++20. https://en.cppreference.com/w/cpp/types/result_of

I want to use ssp in C++20. Could you use std::invoke_of_t instead of std::result_of_t?

red0124 commented 8 months ago

I will take care of it soon. Thanks for the feedback.

red0124 commented 8 months ago

It should be working as of version 1.7.1.