Closed j-o closed 5 years ago
C++17 has std::apply which is found via ADL and conflicts with the custom apply function.
std::apply
apply
C++17 has
std::apply
which is found via ADL and conflicts with the customapply
function.