18 Jul
2002
18 Jul
'02
11:16 a.m.
I was running into problems with min and max being macros when attempting to port my code to .NET. When I went to look at visualc.hpp, I saw that NOMINMAX was only defined when _MSC_VER <= 1200. My break seems to have happened where a boost file was included, then a windows header came in, so the macros were enabled.
Does anyone know why we disabled the workaround for VC7 in the first place? John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm