$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Krügler (dsp_at_[hidden])
Date: 2004-01-28 02:24:17
Eric Niebler schrieb:
> David Abrahams wrote:
>
>> Furthermore, according
>> to the MS docs, the compiler supplies no preprocessor symbol we could
>> use to detect /Za and switch to using enums. I'm not sure there's a
>> workaround for this one.
>>
>
> I think _MSC_EXTENSIONS is the preprocessor symbol you're looking for.
Great, Eric! Interestingly this hint was not provided in the
corresponding help of VC7.1 or I was looking to hasty again...
Thank you very much,
Daniel