Boost logo

Boost :

From: JOAQUIN LOPEZ MU?Z (joaquin_at_[hidden])
Date: 2005-04-30 10:45:43


----- Mensaje original -----
De: Bronek Kozicki <brok_at_[hidden]>
Fecha: Sábado, Abril 30, 2005 5:13 pm
Asunto: Re: [boost] Re: [test][comeau] problem with va_list

> Edward Diener wrote:
> > Bronek Kozicki wrote:
> >> Edward Diener wrote:
> >>> void test() { std::va_list avar; }
> >> isn't "va_list" a C macro?
> > No, it is a standard type.
>
> it's not a shame not to use it in C++ programs, thus I'm not
> ashamed not
> knowing this detail ;) Anyway, I think that my program
> demonstrates
> workaround.
>

Does this improve the general regression tests? If so, please
by all means apply the patch to the CVS. I'd suggest
you follow the formulation of Peter Dimov:

1. Replace <cstdarg> with <stdarg.h>
2. Remove std:: qualifications for all entities belonging
to <cstdarg>

It is extremely unlikely that whis can cause regression
for other compilers, so IMHO it is the safest bet.

Thanks!

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk