-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StdSet and StdMultiset support #434
Conversation
The reason for the failures on macOS is that you are building libcxxwrap-julia v0.12.2, but the latest JLL is at v0.12.3 and on mac the library version is stored in the referenced dylib. A simple rebase of your libcxxwrap-julia changes onto the latest main (which is ias 0.12.3) should fix this. |
Hey, the |
I checked the StdSet part and that is fine for me. Optionally, you could try adding some prettier printing, I think this can be largely simplified by making set and multiset inherit from the |
Inheriting from |
Yes, that is OK! |
/~https://github.com/PraneethJain/libcxxwrap-julia#StdMultiset
Add support for
std::set
andstd::multiset