Subject: Re: [boost] [range] [general] making member functions SFINAE-friendly
From: Jonathan Wakely (jwakely.boost_at_[hidden])
Date: 2013-02-19 12:01:14


On 19 February 2013 17:00, Thorsten Ottosen wrote:
>
> Would using enable_if on size() not solve the problem?

It's not a template function, so you can't.