Hi, On Thu, Jun 18, 2015, lh_mouse wrote: > g++ and clang++ use Itanium ABI while MSVC uses some M$ specific, unpublished > ABI. Hence it is not surprising that they are incompatible with each other.
As far as I know, GCC is very close to MSVC's C++ ABI currently and only one or two things are different. I regularly ask Kaï about this and invariably I forget about the exact status (I don't do C++ nor MSVC) but it's definitely getting more and more similar. -- Adrien Nader ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
