Rosetta
Classes | Macros
T11.override.hpp File Reference
#include <string>

Classes

struct  Base
 

Macros

#define _GLIBCXX_USE_CXX11_ABI   0
 

Macro Definition Documentation

◆ _GLIBCXX_USE_CXX11_ABI

#define _GLIBCXX_USE_CXX11_ABI   0

Please note that some systems provide dual C++ ABI, which might affect the generated code. The line below forces the usage of the older implementation of std::string on the systems with GNU libc. See https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html for details.