问题
If I will compile something(x.cpp) with clang++ and generate dynamic link library, let's say x.so files and i will use that .so files in other source(y.cpp) which i am compiling using g++, so do I get any run time error.
来源:https://stackoverflow.com/questions/59623819/compilation-of-two-files-from-different-compiler-one-is-using-other