Usermode/AxWin4 - Fix broken map impl causing pixel->window mapping to fail
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / string.cc
index 94ca722..f063e34 100644 (file)
@@ -10,6 +10,6 @@
 
 void ::std::_throw_out_of_range(const char *message)
 {
-       throw ::std::out_of_range(message);
+       throw ::std::out_of_range( ::std::string(message) );
 }
 

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