c++ - VC++ preprocessor parameters-count limit -
what vc++ preprocessor parameters-count limit? i'm using vs2013
i found doc. linux: https://gcc.gnu.org/onlinedocs/cpp/implementation-limits.html
https://msdn.microsoft.com/en-us/library/ft39hh4x.aspx says maximumm number of parameters in 1 macro definition 127.
Comments
Post a Comment