Re: informative error message

Masaharu Goto (MXJ02154@nifty.ne.jp)
Fri, 11 Dec 1998 20:33:44 +0900


Rooters,

A couple of days ago, I get a request to give more informative error message
when one can not call member function. This was implemented a long time ago
and de-activated for some reason. I activated this in the new version.

cint> { obj.func(); }
Error: ....
Possible candidates are
func(int a);
func(char* p);

Masaharu Goto