You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a name parsing error in upstream (in all cases, the decl is actually found, but when constructing the internal names, they are each missing a ), leading to invalidation on the cppyy side). Will take some digging.
If the final parameter of a templated typedef is a template type, then cppyy fails to find the type (unless the template type is the only parameter).
results in
Real-world use of this was using
std::function
forF
andstd::vector
forV
, and various different types instead ofint
.The text was updated successfully, but these errors were encountered: