
4 Sep
2012
4 Sep
'12
9:20 a.m.
On 04/09/2012 10:43, Andrey Semashev wrote:
No, my intent was to disable the const& version, because the operator() doesn't support it.
I see. You could have used SFINAE to disable the result too, I guess.
Also, what is strip in your example? I didn't find it in type traits.
It's not from type traits, it's a meta-function that removes cv and reference qualifiers.