On 06/19/2014 01:29 PM, Marc Glisse wrote:
That looks weird to me. The const&& version is a better match than the const&, so we should pick that one in overload resolution, but if we remove the const&& version, the other one seems valid to me
Hmm, you're right, I was confused. Jason