
11 Jul
2005
11 Jul
'05
7:33 p.m.
On Monday 11 July 2005 14:22, Douglas Gregor wrote:
You pointed out on or two errors in the patch; can someone post a revised patch?
Here we go. Also, I took another look at what changes I did, and there were only these three (I got them messed up last time): MSC_VER <= 1200 -> MSC_VER < 1300 MSC_VER > 1200 -> MSC_VER >= 1300 MSC_VER == 1200 -> MSC_VER < 1300 Uli