
8 May
2006
8 May
'06
11:48 a.m.
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> {}; -- Dave Abrahams Boost Consulting www.boost-consulting.com