Re: [boost] Re: [test][comeau] problem with va_list

----- Mensaje original ----- De: Bronek Kozicki <brok@rubikon.pl> 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
participants (2)
-
Gennadiy Rozental
-
JOAQUIN LOPEZ MU?Z