 
            
            
            
            
                28 Jan
                
                    2004
                
            
            
                28 Jan
                
                '04
                
            
            
            
        
    
                8:24 a.m.
            
        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