This repository was archived by the owner on Feb 4, 2023. It is now read-only.
v1.1.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.1.0
- Fix
multiple-definitionslinker error. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passinginstead ofvalue-passing - Update all examples