xxsds / DYNAMIC

Dynamic succinct/compressed data structures
MIT License
111 stars 20 forks source link

inline template specializations (resolves #1) #2

Closed ekg closed 8 years ago

ekg commented 8 years ago

As discussed by @adamnovak, this avoids multiple definition errors when linking when using DYNAMIC as a library.

nicolaprezza commented 8 years ago

Thank you so much for pointing this out and for the quick fix! I never noticed it because I always tested the code only on single compilation units. Good to know for the future:)