R
Rolf Magnus
Hello,
I'd like to know why std::numeric_limits<>::max (and some, but not all other
values in numeric_limits) was chosen to be a function instead of just being
a constant. I would have needed it in a template argument, but can't use it
there, because it's not a constant expression.
I'd like to know why std::numeric_limits<>::max (and some, but not all other
values in numeric_limits) was chosen to be a function instead of just being
a constant. I would have needed it in a template argument, but can't use it
there, because it's not a constant expression.