I just added my second metafunction of the form is_range_of_X<T> for use with enable_if,
and although the first one took some fiddleing to pass both compilers I was using, the
second was a clone of the first with the name and type changed. So it really ought to be a
general purpose
is_range_of
On 23/01/13 17:39, John M. Dlugosz wrote:
I just added my second metafunction of the form is_range_of_X<T> for use with enable_if, and although the first one took some fiddleing to pass both compilers I was using, the second was a clone of the first with the name and type changed. So it really ought to be a general purpose is_range_of
metafunction.
I assume it it's simply something like
is_same
participants (2)
-
John M. Dlugosz
-
Mathias Gaunard