Support static methods in template classes
Open
- Dominant language
- Java
- Stars
- 127
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
E.g.,
```cpp
namespace vineyard {
template
class A {
public:
static void *Create() {
return nullptr;
}
};
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the template-class handling in the repository and trace how member methods are recognized, then check how generated bindings are tested. Done means the shown templated class can expose its static Create method through fastFFI without regressing existing template support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100