X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Fexceptions.cc;h=117ceeb23f7e13a890470163cb022cba2cfda5dd;hb=145dd00e5c5a36f844be327e16a00b2983245423;hp=f570f3410ca8cdf4c25cc89cf0c631e2ad302eb8;hpb=1aed2067a0f084e9c5fa1af48e177e28a81466bc;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libc++.so_src/exceptions.cc b/Usermode/Libraries/libc++.so_src/exceptions.cc index f570f341..117ceeb2 100644 --- a/Usermode/Libraries/libc++.so_src/exceptions.cc +++ b/Usermode/Libraries/libc++.so_src/exceptions.cc @@ -57,3 +57,9 @@ void ::std::terminate() logic_error(what_str) { } + +::std::runtime_error::runtime_error(const ::std::string& what_str): + exception(what_str) +{ +} +