Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

v1.5.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 30 Dec 21:54
· 99 commits to master since this release
5bff077

Releases v1.5.0

  1. Fix multiple-definitions linker error and weird bug related to src_cpp. Check Different behaviour using the src_cpp or src_h lib #80
  2. Optimize library code by using reference-passing instead of value-passing
  3. Update all examples