xref: /freebsd/contrib/libcxxrt/abi_namespace.h (revision 8fa0b743820f61c661ba5f3ea0e3be0dc137910e)
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