
11 Jul
2005
11 Jul
'05
9:28 p.m.
Rob Stewart wrote:
MSC_VER == 1200 -> MSC_VER < 1300
I have no idea if this is important, but the last one clearly stands out. Is it intentional that all versions less than 1300 should match for those previous cases in which exactly version 1200 was to match? IOW, should the last case be the following?
_MSC_VER >= 1200 && _MSC_VER < 1300
It doesn't matter. We don't support VC 5. Nobody does.