16 Feb
2018
16 Feb
'18
8:28 p.m.
AMDG On 02/16/2018 01:09 PM, Zach Laine via Boost wrote:
I'm don't understand what that would mean, exactly. What you can write though is:
template
auto operator()(Tag, T &&... t) Is that different from the intended use case above?
There's one annoying problem with this, which is that it can match an expression transform, with Tag as the Expression and T as an empty parameter pack. In Christ, Steven Watanabe