Boost logo

Boost :

From: Stefan Slapeta (stefan_at_[hidden])
Date: 2004-03-17 04:53:44


"John Maddock" <john_at_[hidden]> wrote:

//
// As far as I can tell from Intels docs, all it's predefined macros are set
to
// the same values irrespective of whether it's been installed on top of VC6,
// VC7, or VC7.1.
//

I wonder what Intel could do: the compiler can be integrated in more than one
VS version on the same machine, that's why you can't speak about an
"installation on" a particular version.

So IMO, the only possibility for setting the _MSC_VER macro is interpreting
the /QvcXX switches on the command line.

I think that just the default value is wrong: it should be 1310 instead of
1200.

What do you think?

Stefan


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk