Author
anonymous
almost 8 years ago
$
prog.cc: In instantiation of 'const T1& max(const T1&, const T2&) [with T1 = double; T2 = int]': prog.cc:8:28: required from here prog.cc:5:24: warning: returning reference to temporary [-Wreturn-local-addr] return a < b ? b : a; ^