On Friday, 13 February 2015 at 14:15:10 UTC, Kagamin wrote:
On Friday, 13 February 2015 at 14:07:44 UTC, Guillaume Chatelet
wrote:
I'm not sure I get your point. In C++ classes without vtables
are exactly like structs. Also I don't see any difference
between a struct or a class name mangling on Gnu Linux.
Do you want it to be compatible with Gnu Linux only?
What did I miss ? Do you have compelling examples ?
AFAIK, MSVC++. There are other C++ compilers too.
Thx, according to wikipedia
(http://en.wikipedia.org/wiki/Visual_C%2B%2B_name_mangling#Data_Type)
VisualC++ is indeed encoding struct and class with U anv V.