Usermode/libc++ - Exception handling implemented (partially)
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / cxxabi.h
index a8e1f5c..2fbe897 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _LIBCXX__CXXABI_H_
 #define _LIBCXX__CXXABI_H_
 
+#include <cstddef>
+
 #include <typeinfo>
 
 namespace __cxxabiv1 {
@@ -71,6 +73,13 @@ public:
        };
 };
 
+extern "C" void* __dynamic_cast(
+               const void *sub,
+               const __class_type_info *src,
+               const __class_type_info *dst,
+               ptrdiff_t src2dst_offset
+               );
+
 };     // namespace __cxxabiv1
 
 #endif

UCC git Repository :: git.ucc.asn.au