Just when you think you understand C++ templates...

I'm a little surprised that I can't SFINAE on the evil "pack expansion into non-pack parameter" error. Is there a way to change the implementation of `call` or `callable` to get the following code to compile?

https://godbolt.org/z/Pj9G11sr3
Post image

Comments