$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-05-08 07:48:24
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