------- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-05 15:37 ------- I should mention this shows up with std::min/std::max like:
int main(int argc) { int a = std::min(8, argc*2); return a; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19431