Calling member function as static function

Hi all,
I think Cint should not crash, when you call (accidently) a member function in the way you would call a static function, but give an error message.

Example:

root [0] TDirectory::Print()

 *** Break  *** segmentation violation
 Generating stack trace ...
[...]

(Latest version I could test: CINT 5.15.133 on LINUX)
Cheers,
J.

Hello Joe,

I agree. I’ll make it an error in next week’s release.

Thank you
Masa Goto