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

Successfully building on M1 Mac with AppleClang and GCC #52

Closed GrantHecht closed 1 year ago

GrantHecht commented 1 year ago

As per your suggestion here, I changed a few more uses of size_t to uint64_t and was able to build successfully on my M1 MacBook Pro using both AppleClang 14.0.3 and GCC 13.1.0.

Clemapfel commented 1 year ago

Closes #50