Is this varargs error a VS2003 limitation?
Paul B. Hill
pbh at MIT.EDU
Tue Apr 24 17:36:42 EDT 2007
http://msdn2.microsoft.com/en-us/library/ms177415.aspx and
http://msdn2.microsoft.com/en-us/library/ms177415(vs.80).aspx appear to
indicate that it is supported by VS2005 and the upcoming Orcas version
but I don't see anything about vs2003 support.
Paul
Kevin Koch wrote:
> VS2003 says
>
>
>
> error C2010: ')' : unexpected in macro formal parameter list
>
>
>
> to
>
>
>
> #define log_error( format, ... ) _log_error( __FILE__, __LINE__, format
> , ## __VA_ARGS__ )
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> kfwdev mailing list
> kfwdev at mit.edu
> http://mailman.mit.edu/mailman/listinfo/kfwdev
More information about the kfwdev
mailing list