Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/libcxxrt/abi_namespace.h
39476 views
1
/**
2
* The namespace used for the ABI declarations. This is currently defined to
3
* be the same as GNU libsupc++, however this may change in the future.
4
*/
5
#define ABI_NAMESPACE __cxxabiv1
6
7