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

You actually need:

  template<typename T>
  Badge<T> FakeBadge() {
    static struct Stub {} stub;
    return *(Badge<T>*)&stub;
    };


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

Search: