help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot pass objects of non-POD type


From: Michael Kurz
Subject: Re: cannot pass objects of non-POD type
Date: Wed, 13 Oct 2004 20:45:05 +0200

"Rolf Magnus" <ramagnus@t-online.de> schrieb im Newsbeitrag 
news:ckjkea$u28$05$1@news.t-online.com...
> Vijay wrote:
>
> Don't pass non-PODs through variable argument lists. Or more general, 
> don't
> use variable argument lists at all. They already were dangerous in C, but
> in C++, they are also pretty much useless.
>

I would not say so, even without bothering with printf(...) and friends, 
look at
the Loki::Conversion<T1, T2>  implementation of Adrei Alexandrescu, where he 
shows how nice you can use

SomeType1 Test(...) as a kind of catch all type function. (only at 
compiletime of course)


Regards
Michael 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]