c42f / tinyformat

Minimal, type safe printf replacement library for C++
531 stars 75 forks source link

Multiple symbol definitions after commit 9368985 #79

Closed frithrah closed 3 years ago

frithrah commented 3 years ago

Thanks for this library.

I just updated and got linker errors for multiply defined symbols on tinyformat::detail::spaceFillIfNotFinite.

Compiling with the latest MSVC.

c42f commented 3 years ago

Oops! Thanks for the report. Should be fixed in #80

frithrah commented 3 years ago

Thank you. It was good timing that I spotted it so quickly.