Clemapfel / jluna

Julia Wrapper for C++ with Focus on Safety, Elegance, and Ease of Use
https://clemens-cords.com/jluna
MIT License
239 stars 12 forks source link

fixed a potential typo in function call #67

Open KaiErikNiermann opened 1 month ago

KaiErikNiermann commented 1 month ago

Noticed that for lambda's with 3 args things where failing for some reason, but 1 and 2 things were fine, after looking at the generated code I think this is the issue. Changing it to from_pointer fixed things for me.