Hi,
there are some function definitions without static, so their linkage is external, so if I import your header from multiple translation units at once, I get duplicated symbols.
Probably, linkage needs to be internal? Not sure why no-one reported this?
Hi,
there are some function definitions without static, so their linkage is external, so if I import your header from multiple translation units at once, I get duplicated symbols.
Probably, linkage needs to be internal? Not sure why no-one reported this?