Y
Hacker News
new
|
ask
|
show
|
jobs
by
geofft
3800 days ago
Oh, that's a very good point: if you have two different implementations of std::string, you
want
them to name-mangle differently so that you don't accidentally pass e.g. a GNU std::string to a function expecting an LLVM one.