16 Feb
2018
16 Feb
'18
10:16 p.m.
Zach Laine wrote:
I'm don't understand what that would mean, exactly. What you can write though is:
template
auto operator()(Tag, T &&... t)
I considered this as an option and rejected it because it also matches an expression. On second thought however if this form takes priority over the one taking an expression, this might not be an issue.