c42f / tinyformat

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

Add missing inline to fix multiple definition error #80

Closed c42f closed 3 years ago

c42f commented 3 years ago

Also add a separate dummy translation unit to the tests to ensure this doesn't happen again.

Fixes #79

frithrah commented 3 years ago

Looks good to me. Good idea with the test too.