|
|
|
|
|
by AstralStorm
3127 days ago
|
|
Come on, you cannot even link C++ shared libraries from different version of standard library, potentially also compiler.
ABI compatibility in C++ does not exist. In C, you still had incompatibilities between compilers. (MS fastcall convention and declspec come to mind...) |
|