$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2003-11-27 04:29:42
John Maddock wrote:
> 
> Currently it completely messes up the config system because it defines
> _MSC_VER=1200 (!)
> 
I ran into this.  Basically everywhere there is a workaround for dinkum 
stl and msvc, you also have to check !defined(__BORLANDC__)  My initial 
tests with lambda was that basically the new compiler didn't need any 
workarounds but it meant making sure no current workarounds were being 
included for the new version.
Cheers
Russell