|
|
|
|
|
by usrnm
1414 days ago
|
|
> The C++ is absolutely ABI stable C++ ABI doesn't even exist, there are several competing standards (much fewer now than there used to be) and nothing is guaranteed even between different compiler versions, let alone different compilers. Not that long ago we used to have two implementations of std::string in gcc you had to choose from and if the library you're linking with chose another one, you were out of luck. |
|