
16 Mar
2005
16 Mar
'05
4:56 p.m.
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.