$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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