Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've always thought that this ranked among the most obscure:

  typedef int F(int);
  class C { F f; };
  int C::f(int i) { return i; }
I've never seen it used in practice...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: