From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-10 22:46:59


----- Original Message -----
From: "Greg Colvin" <gcolvin_at_[hidden]>

> So why not
>
> template <class T> class complex {
> T elems[2];
> ...
> };
>
> ?

Don't you want a constructor? ;-)

Check the POD requirements I posted again. Pretty restrictive.