Linux shared object: Is it possible to avoid name mangling when exporting c++ function with std::vector argument?

92 views Asked by At

I am trying to create a shared object in Linux that will export a function with std::vector argument. The function is name-mangled in the shared object. Is it possible to avoid it ?
Thanks.
0

There are 0 answers