INT_[MIN|MAX] limit macros vs numeric_limits

Is there any argument for using the numeric limits macros (e.g. INT64_MAX) over std::numeric_limits? From what I understand numeric_limits is in the standard but the macros are only in C99 so therefore non-standard.

12
задан Graeme 7 April 2011 в 10:29
поделиться