Skip to content

Operator arity fix - #213

Merged
adam-urbanczyk merged 96 commits into
masterfrom
ocp8
Aug 8, 2026
Merged

Operator arity fix#213
adam-urbanczyk merged 96 commits into
masterfrom
ocp8

Conversation

@adam-urbanczyk

Copy link
Copy Markdown
Member

C++ operator- can map to __neg__ or __sub__ based on arity. This PR enables this mapping.

Closes #209

@adam-urbanczyk
adam-urbanczyk merged commit 899ce2c into master Aug 8, 2026
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix operator translation for __neg__ and free function operators in C++

1 participant