Boost logo

Boost :

Subject: Re: [boost] "Remove obsolete MSVC checks" and _MSC_VER
From: Stephen Kelly (steveire_at_[hidden])
Date: 2013-09-26 17:03:50


On 09/26/2013 07:47 PM, Peter Dimov wrote:
> The intrinsic _ReadWriteBarrier, for example, first appeared in MSVC
> 7.1. A compiler that defines _MSC_VER to 1300 is unlikely to support it,

Did you mean to say 'defines _MSC_VER to 1310' ? If a compiler defines
_MSC_VER to 1300, that is MSVC 7.0 compatibility, so not supporting a
7.1 feature is not unexpected.

However, if the compiler says it is 7.1 compatible (1310), why is it
unlikely to support ReadWriteBarrier (a 7.1 feature, so part of 7.1
compatibility)?

Thanks,

Steve.


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