Closed Brechtpd closed 5 years ago
This fixes the multiple definition errors when including poseidon.hpp in multiple source files. I used static, inline would also work to keep everything in a single header with minimal changes.
poseidon.hpp
static
inline
Thank you
This fixes the multiple definition errors when including
poseidon.hpp
in multiple source files. I usedstatic
,inline
would also work to keep everything in a single header with minimal changes.