[TypeTraits] Patch: improving detectability of clang's intrinsics
 
            
            
            
            
                29 Feb
                
                    2012
                
            
            
                29 Feb
                
                '12
                
            
            
            
        
    
                9:02 p.m.
            
        Attached a patch to improve detectability of `__is_pod` and `__is_empty` intrinsics in clang. This is done by newly introduced `__has_feature(__is_pod__)` and `__has_feature(__is_empty__)` macros. (Clang trunk now accepts feature names with preceding and following double underscores.) Regards, Michel
 
            
            
            
            
                1 Mar
                
            
            
                1 Mar
                
            
            
            
        
        
                3:28 p.m.
            
        
          New subject: [TypeTraits] Patch: improving detectability of	clang'sintrinsics
        
        
    Attached a patch to improve detectability of `__is_pod` and `__is_empty` intrinsics in clang. This is done by newly introduced `__has_feature(__is_pod__)` and `__has_feature(__is_empty__)` macros. (Clang trunk now accepts feature names with preceding and following double underscores.)
Applied to Trunk, thanks, John.
        4992
        
      
          Age (days ago)
        
      
        4993
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                 John Maddock John Maddock
- 
                 Michel Morin Michel Morin