From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-03-16 11:56:22


John Maddock wrote:
> I think Peter Dimov spotted the problem here: numeric_limits does
> provide a default specialisation, but it won't instantiate unless T
> is a type that can be returned from a function, which means it may
> not be:
>
> An incomplete type,
> An abstract type,
> An array type,
> A function type.

I think that T can be incomplete or void.