
30 Apr
2005
30 Apr
'05
3:13 p.m.
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. B.