Is this varargs error a VS2003 limitation?

Kevin Koch kpkoch at MIT.EDU
Tue Apr 24 17:05:28 EDT 2007


VS2003 says

 

error C2010: ')' : unexpected in macro formal parameter list

 

to

 

#define log_error( format, ... ) _log_error( __FILE__, __LINE__, format , ##
__VA_ARGS__ )

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/kfwdev/attachments/20070424/692a7f83/attachment.htm


More information about the kfwdev mailing list