mirror of
https://github.com/corda/corda.git
synced 2025-01-10 06:52:44 +00:00
6 lines
191 B
C
6 lines
191 B
C
|
/**
|
||
|
* 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
|