stdcpp/tsrc/Boost_test/smart_ptr/src/pointer_to_other_test.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/stdcpp/tsrc/Boost_test/smart_ptr/src/pointer_to_other_test.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/stdcpp/tsrc/Boost_test/smart_ptr/src/pointer_to_other_test.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -39,9 +39,6 @@
 	std_log(LOG_FILENAME_LINE,"[Test Case for pointer_to_other_test]");
     // shared_ptr
 
-	#ifdef __ARMCC__
-  #pragma diag_suppress 550
-  #endif  
     assert_same_type< boost::pointer_to_other< boost::shared_ptr<X>, Y >::type, boost::shared_ptr<Y> >();
     assert_same_type< boost::pointer_to_other< boost::shared_ptr<X>, void >::type, boost::shared_ptr<void> >();
     assert_same_type< boost::pointer_to_other< boost::shared_ptr<void>, Y >::type, boost::shared_ptr<Y> >();
@@ -82,7 +79,6 @@
     assert_same_type< boost::pointer_to_other< X *, void >::type, void * >();
     assert_same_type< boost::pointer_to_other< void *, Y >::type, Y * >();
 
-
 #ifdef __SYMBIAN32__
 
 	std_log(LOG_FILENAME_LINE,"Result : Passed");