> How about
 >     typeof(T) const __t = (T);
 > ?
 > Ian

Oops, I didn't realize that using "typeof" preserves const-ness and
doesn't evaluate side-effects in "T".  After some quick testing it
turns out "typeof" is exactly what I needed.  I'm regtesting some
patches now.

                Thanks!
                --Kaveh
--
Kaveh R. Ghazi                  [EMAIL PROTECTED]

Reply via email to