0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / TopOpeBRepDS / TopOpeBRepDS_HDataStructure.cxx
index 471581b..6a440c5 100644 (file)
@@ -143,7 +143,7 @@ void TopOpeBRepDS_HDataStructure::ChkIntg()
   // Check the integrity of the DS
   Handle(TopOpeBRepDS_Check) chk = new TopOpeBRepDS_Check(this);
   chk->ChkIntg();
-//  chk->PrintIntg(cout);
+//  chk->PrintIntg(std::cout);
 }
 
 //=======================================================================