Hi,
On Tue, 18 Aug 2009, Frank Li wrote:
quoted
#ifndef va_copy
#define va_copy(dst, src) ((dst) = (src))
#endif
if it works on MSVC?
I test it, it works.
But please, either put it into compat/msvc.h or make it dependent on some
#define such as "DEFINE_VA_COPY_TRIVIALLY" so that other platforms who
might miss va_copy (but can use the trivial definition above) can use it.
I do not think that va_copy can be defined like this in general.
Ciao,
Dscho