CxxWrap v0.16.0
Breaking changes
There was no change in the API, but because of a change in the way the mapping between C++ and Julia types is implemented the C++ modules need to be recompiled against libcxxwrap-julia
0.13.
The reason for this change is that the old method caused crahses on macOS with Apple CPUs (M1, ...).
Merged pull requests:
- StdSet and StdMultiset support (#434) (@PraneethJain)
- Cxxwrap 0.16 (#438) (@barche)
- Update Readme (#439) (@barche)
Closed issues:
- Release v0.15.1 (#430)