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

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

scala - Play Framework - how to bind form to a session field -

c++ - Why does Visual Studio Release build break on non-executing code line -