• Christopher Dykes's avatar
    Don't use ?: · c2691bc6
    Christopher Dykes authored
    Summary:
    Because it doesn't exist in the C++ standard.
    
    This switches them to the explicitly expanded form, which is in the spec.
    It also removes a few that were doing absolutely nothing. (MSVC still complained about the division by zero)
    
    Reviewed By: yfeldblum
    
    Differential Revision: D3479260
    
    fbshipit-source-id: 5386e27057beeb4b228f5d6be4e1cf9941cf3176
    c2691bc6
Padded.h 15.4 KB