|
Boost : |
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-05-08 17:34:08
David Abrahams wrote:
> You could considerably simplify range_size by removing half of the
> specializations and adding this one:
>
> template <class T>
> struct range_size<T const>
> : range_size<T>
> {};
>
That's a good suggestion. Thanks!
-Thorsten
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk