diff -r acd3cd4aaceb -r 2efc27d87e1c stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/stlport_foreach.cpp --- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/stlport_foreach.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/stlport_foreach.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -113,12 +113,8 @@ #ifdef LIBC_OLD_BACKEND MrtInit(); #endif - #ifdef __ARMCC__ - #pragma diag_suppress 830 - #endif Cstlport_foreach* self = new (ELeave) Cstlport_foreach( aTestModuleIf ); - CleanupStack::PushL( self ); self->ConstructL(); CleanupStack::Pop();