8 Aug
                
                    2007
                
            
            
                8 Aug
                
                '07
                
            
            
            
        
    
                12:14 p.m.
            
        Paul A Bristow wrote:
Is there still a reason why we need to use BOOST_MSVC? (rather than always using _MSC_VER?)
Yes: Some compilers (e.g. Intel/Win32) pretend to be MSVC by defining _MSC_VER. Boost.Config defines BOOST_MSVC for the real MSVC only. Regards, Tobias