aboutsummaryrefslogtreecommitdiff
path: root/src/typeinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/typeinfo.cpp')
-rw-r--r--src/typeinfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/typeinfo.cpp b/src/typeinfo.cpp
index 9ca03a183e9c..cfc64ef57a61 100644
--- a/src/typeinfo.cpp
+++ b/src/typeinfo.cpp
@@ -13,6 +13,8 @@
#include "typeinfo"
+#if !(defined(_LIBCPPABI_VERSION) || defined(LIBCXXRT))
+
std::bad_cast::bad_cast() _NOEXCEPT
{
}
@@ -48,3 +50,4 @@ std::bad_typeid::what() const _NOEXCEPT
void __cxxabiv1::__cxa_bad_cast() { throw std::bad_cast(); }
#endif
+#endif // _LIBCPPABI_VERSION