Usermode/libc++ - Debug in cxa code, list emplace and iterators, general STL fixes
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / exceptions.cc
index 593ce3a..f570f34 100644 (file)
@@ -38,6 +38,7 @@ const char* ::std::exception::what() const throw()
 
 void ::std::terminate()
 {
+       _SysDebug("::std::terminate()");
        _exit(0);
 }
 
@@ -51,3 +52,8 @@ void ::std::terminate()
        logic_error(what_str)
 {
 }
+
+::std::length_error::length_error(const ::std::string& what_str):
+       logic_error(what_str)
+{
+}

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