blob: dda788da1980a757d0ca6cbf2e8e71f49463669c (
plain) (
blame)
1
2
3
4
5
|
/**
* The namespace used for the ABI declarations. This is currently defined to
* be the same as GNU libsupc++, however this may change in the future.
*/
#define ABI_NAMESPACE __cxxabiv1
|