jscheiny/Streams

Impossible to build with multiple compilation unit

Opened this issue · 1 comments

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 ?

A bit late maybe but why did you not fix it yourself? It took me about four minutes to fork, fix, create a PR.