Impossible to build with multiple compilation unit
Opened this issue · 1 comments
GuillaumeLeclerc commented
This is a header library but it does contain code. Therefore it seems it is not possible to build a non-trivial project with it. I have 3 compilation units. They are all including Stream.h
. Therefore I can't link my project.
How Could I solve this without rewriting the whole library ?
simonvpe commented
A bit late maybe but why did you not fix it yourself? It took me about four minutes to fork, fix, create a PR.