An-DJ commented on PR #1873:
URL: https://github.com/apache/fury/pull/1873#issuecomment-2402857870

   @chaokunyang  `__VA_ARGS__` is a standard macro syntax in C99/C11, which is 
not be supported in MSVC by default.
   
   According to [related 
documents](https://learn.microsoft.com/en-us/cpp/build/reference/zc-preprocessor?view=msvc-170),
 we can add `/Zc:preprocessor` to cxx flags to enable C99. (available starting 
in Visual Studio 2019 version 16.5)
   
   Thanks to Microsoft : )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to