Skip to content

Operator arity fix - #213

Open
adam-urbanczyk wants to merge 93 commits into
masterfrom
ocp8
Open

Operator arity fix#213
adam-urbanczyk wants to merge 93 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

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