Skip to content

How to handle non-member operators ? #34

@farinaleo

Description

@farinaleo

Hi, I'm still using the lib for binding my code but I cannot bind non-member operators.
Have you planned to add it?
How can I contribute to add the feature?

exemple

class Hello {
    public:
        Hello();
        Hello(int c);

    private:
        int c;

};

Hello operator+(int a, Hello b);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions