Skip to content
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`

Choose a tag to compare

@khoih-prog khoih-prog released this 31 Dec 03:30
· 35 commits to main since this release
e23200d

Releases v1.1.0

  1. Fix multiple-definitions linker error. 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