You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the same problem.
The duplicated symbols come from the global operators overwritten in flsupport.cpp.
It happened for me when i tried to compile a library with several externals - each defining the global operators (new, delete, new[], delete[] in my case).
It seems to me that those global operators are not needed, so i deleted them. It links fine, the externals work as expected.
Hi...
Since pulling the latest version of Flext master into my project, I am getting link errors:
etc
I am defining
FLEXT_USE_CMEM
which used to fix this (I think).I am also using
FLEXT_INLINE
andFLEXT_USESIMD
Any ideas?
The text was updated successfully, but these errors were encountered: