compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

[WIP]Function interfaces don't work with template function decl #210

Closed maximusron closed 2 months ago

maximusron commented 3 months ago

Interfaces in InterOp used in CPyCppyy checks only for FunctionDecls. This breaks creation of Proxies and subsequent wrapping of args, templated methods in the class and building the dict.

maximusron commented 2 months ago

Fixed with #215 and consequent PR's on cppyy repos