c++ - error C2375: : redefinition; different linkage -
I am compiling a solution written for vs. 2012, I am using vs 233 and redefined errors Receiving such:
21> C: \ Program Files (x86) \ Microsoft Visual Studio 12.0 \ VC \ include \ math.h (494): Error C2375: 'fmax': redefinition; Various linkage
It has been found that many announcements were added for mathematics and in Word3013 other headers which are trying to compile in Libs, Is there an easy way to change them throughout the code?
Comments
Post a Comment