I have problem that,std::numeric_limits::min() conflicts with the \"min\" macro defined in \"windef.h\". Is there any way to resolve this conflict without undefine the \"mi
Dewfy, The problem with that solution is if you nee to use the macro afteryards.
I even tried the defining NOMINMAX but it didn't work.
The best solution i found was the one from Johannes Schaub: (std::numeric_limits::min)()