Skip to content
Snippets Groups Projects
Commit d04b36a1 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

[PyROOT] Compensate for the absence of instantiated templates

After the changes proposed by PR#3858, TClingMethodInfo does not
iterate over instantiated templates anymore. This requires
changes in PyROOT, since GetListOfMethods will not return those
instantiations.

Instead of relying on the instantiations for the lookup of a
given function/method to succeed, the list of function templates
needs to be checked too and create a TemplateProxy if necessary.
parent 92a7791b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment