This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
v1.8.0 to fix `multiple-definitions` linker error and weird bug related to `src_cpp` and to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.8.0
- Fix
multiple-definitions
linker error and weird bug related tosrc_cpp
. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passing
instead ofvalue-passing