Usermode/AxWin4 - Screen dimensions acquisition, speedup, window render
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / exceptions.cc
index f570f34..117ceeb 100644 (file)
@@ -57,3 +57,9 @@ void ::std::terminate()
        logic_error(what_str)
 {
 }
+
+::std::runtime_error::runtime_error(const ::std::string& what_str):
+       exception(what_str)
+{
+}
+

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