$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ulrich Eckhardt (uli_at_[hidden])
Date: 2005-07-11 14:33:03
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