Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upduplicate symbols for architecture x86_64 #28
Comments
Inline template specializations for correct linking, fixes daqana#28.
|
I can't even get it to compile, let alone link. It seems #include <functional>
#include <algorithm>
#include <type_traits> // just in case.... while your #include <functional>
#include <vector>Presumably your compiler drags in those headers with something else that got Anyway, onto the actual problem. The template specialized functions in |
Inline template specializations for correct linking, fixes #28.
|
similar problem exist here, too. dqrng/inst/include/convert_seed.h Lines 23 to 38 in 816de86 |
Hello,
I created a simple minimal R package to reproduce the following compile error. If I include the
dqrng_distribution.hor similar files into more than one.cppfile, I'm getting the following error. I believe those functions are not inline in header files but I might be wrong. Is there a workaround to overcome this issue or did I stuck to a single.cppfile?