Usertypes (v0.8.0)
This release adds support for arbitrary C++ types, as well as more detailed documentation on how to extend jluna
functionality. For more information, see docs/manual.md#Usertypes
.
The following headers and their corresponding .inl and .cpp implementations were added:
include/usertypes.hpp
include/gc_sentinel.hpp
include/concepts.hpp
was significantly restructured. It may be necessary to update and box<T>
or unbox<T>
implemented in previous releases, as they may no longer be compliant with this release. No internal jluna
code was affected by this change.
The next release will deal with parallelization and concurrency.