midn1 opened this issue 7 years ago · 1 comments
As this library is header-only, shouldn't all the functions be inline to prevent multiple definition errors?
inline
You're correct - from what I understand, only static functions need to be inlined though. Will be fixed in the next version. Thanks for reporting this.