interfacing Cpp - GCC Dual ABI abi_tag in name mangling

kinke via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Apr 29 12:16:14 PDT 2017


On Saturday, 29 April 2017 at 18:08:16 UTC, سليمان السهمي 
(Soulaïman Sahmi) wrote:
> GCC has this attribute called abi_tag that they put on any 
> function that returns std::string or std::list

The usual workaround is compiling the C++ source with 
_GLIBCXX_USE_CXX11_ABI=0 for gcc >= 5.


More information about the Digitalmars-d-learn mailing list