metayeti/mINI

Subject to multiple definition errors.

midn1 opened this issue · 1 comments

midn1 commented

As this library is header-only, shouldn't all the functions be inline to prevent multiple definition errors?

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.