Author
anonymous
almost 5 years ago
$
prog.cc:8:61: warning: all paths through this function will call itself [-Winfinite-recursion] std::istream& operator>>(std::istream& is, const Hoge& val) { ^ 1 warning generated.