0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / QABugs / QABugs_17.cxx
index db12430..6638171 100644 (file)
@@ -1362,7 +1362,7 @@ static Standard_Integer OCC1642 (Draw_Interpretor& di, Standard_Integer argc, co
     IntRes2d_SequenceOfIntersectionPoint points2d;
     TColgp_SequenceOfPnt points3d;
 
-    cout << "\n j =" << j << ",  CheckSelfIntersectingEdge = " <<
+    std::cout << "\n j =" << j << ",  CheckSelfIntersectingEdge = " <<
       advWA->CheckSelfIntersectingEdge(j, points2d, points3d);