1*7a984708SDavid Chisnall /** 2*7a984708SDavid Chisnall * The namespace used for the ABI declarations. This is currently defined to 3*7a984708SDavid Chisnall * be the same as GNU libsupc++, however this may change in the future. 4*7a984708SDavid Chisnall */ 5*7a984708SDavid Chisnall #define ABI_NAMESPACE __cxxabiv1 6