0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / Units / Units_Lexicon.lxx
index 1748398..51e5d47 100644 (file)
@@ -35,7 +35,7 @@ inline Handle(Units_TokensSequence) Units_Lexicon::Sequence() const
 inline void Units_Lexicon::Dump() const
 {
   Standard_Integer index;
-  cout<<" LEXICON : "<<endl;
+  std::cout<<" LEXICON : "<<std::endl;
   for(index=1;index<=thesequenceoftokens->Length();index++)
     thesequenceoftokens->Value(index)->Dump(1,0);
 }