Wafa - 2020-09-08

Hello all,

I have 3 C++ template classes TC1, TC2 (derived from TC1) and TC3 (derived from TC2), and another class F that inherits from TC3. Does anyone have any idea how to wrap F?

Thanks