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

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -