• Rosen Penev's avatar
    replace limits.h with climits · 4b57b7f5
    Rosen Penev authored
    The former was deprecated with C++14. The standard says they are the same
    with one exception:
    
    The header<climits>defines all macros the same as the C standard library
    header<limits.h>.
    
    [Note:The types of the constants defined by macros in<climits>are not
    required to match the types to which themacros refer.— end note]
    Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
    4b57b7f5
Main.cxx 14.5 KB