RE: OONSTD: Alias-free arrays
David Vandevoorde (daveed@vandevoorde.com)
Fri, 17 Jul 1998 22:28:08 -0700
-----Original Message-----
From: E. Robert Tisdale [SMTP:edwin@maxwell.hrl.hac.com]
[...]
> In practice, we don't expect that this will ever be a problem
> for types float, double or long double but it might be a problem
> on a few platforms for type complex<char> for example.
Note that the FDIS explicitly states that only the complex
specializations of complex<T> for T=float, double and long
double are standard. You cannot portably specialize for other
types (for a strict definition of standard).
Daveed