I know MSVC does, and GCC doesn't? What about the others?
+1
A:
@Neil: MSVC does: http://labs.trolltech.com/blogs/2009/08/12/some-thoughts-on-binary-compatibility/
EDIT: sorry, i meant to reply.
Sergio Martins
2010-07-29 17:27:19
Interesting link. Those crazy guys at MS, eh? One suspects too many interns with too much time on their hands.
anon
2010-07-29 17:34:13
Sounds like to many architects trying to justify there salary :-0
Martin York
2010-07-29 17:55:01
A:
This probably not only depends on compiler but also on platform. ARM name mangling scheme does not use access modifiers to mangle names. Itanium does (gcc follows this one). Microsoft as far as I know is the only one to use it on it's own scheme.
Vitor Py
2010-07-29 17:28:19