You must be registered to post a reply.Click here to register.
class t { int operator()(int test) const { int bla(0); return bla; }; };
int t::()() (int test) const { int bla(0); return bla; }