[PyROOT] Example with inheriting from ROOT.Math.IMultiGenFunction
doesn't work after recent cppyy upgrade
#15315
Milestone
ROOT.Math.IMultiGenFunction
doesn't work after recent cppyy upgrade
#15315
Description
One example from the ROOT manual doesn't work anymore with ROOT 6.32:
https://root.cern/manual/python/#alternative-for-tpymultigenfunction-and-tpymultigradfunction
The error is:
input_line_33:38:23: error: expected '(' for function-style cast or type construction return unsigned int{}; ~~~~~~~~ ^ Traceback (most recent call last): File "/home/rembserj/example.py", line 5, in <module> class MyMultiGenFCN( ROOT.Math.IMultiGenFunction ): TypeError: no python-side overrides supported (failed to compile the dispatcher code)
See:
The text was updated successfully, but these errors were encountered: