Clemapfel / jluna

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

Add usertype-related macro, fix usertype::implement scoping #37

Closed Clemapfel closed 1 year ago

Clemapfel commented 2 years ago

Add additional macro for implicit type conversion from a usertype-wrapped type, c.f. #35.

Fix a typo that called usertype::implement in Main-scope, rather than the specified scope, c.f. #36.

Thank you to @paulerikf for pointing these out.