Author
anonymous
about 8 years ago
$
prog.cc:27:6: error: functions that differ only in their return type cannot be overloaded S&& goo(); ~~~ ^ prog.cc:18:3: note: previous definition is here S goo() ~ ^ 1 error generated.