|
Boost : |
Subject: Re: [boost] [result_of] Usage guidelines
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-09-04 05:20:59
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.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk