stdcpp/src/libstd_cpp_init.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/stdcpp/src/libstd_cpp_init.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/stdcpp/src/libstd_cpp_init.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -152,7 +152,7 @@
 
 
 
-_STLP_EXP_DECLSPEC void *operator new(unsigned int aSize)__NO_THROW
+_STLP_EXP_DECLSPEC void *operator new(unsigned int aSize)
 	{
 	void* __y;
 
@@ -169,7 +169,7 @@
     return __y;
 	}
 
-_STLP_EXP_DECLSPEC void *operator new[](unsigned int aSize)__NO_THROW
+_STLP_EXP_DECLSPEC void *operator new[](unsigned int aSize)
     {
     return ::operator new(aSize);
     }