lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 28f8ffc 15/22: Explicitly qualify std::cout


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 28f8ffc 15/22: Explicitly qualify std::cout
Date: Sat, 28 Mar 2020 18:23:38 -0400 (EDT)

branch: master
commit 28f8ffcda5fc9a5ee6c5b4095c53b1c70fb1ebe4
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Explicitly qualify std::cout
    
    Even in commented-out code.
---
 ihs_irc7702.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ihs_irc7702.cpp b/ihs_irc7702.cpp
index 5642ab2..1b0a5e0 100644
--- a/ihs_irc7702.cpp
+++ b/ihs_irc7702.cpp
@@ -1062,7 +1062,7 @@ int main()
         ,10000000.0
         ,PolFee
         );
-    cout << timer.stop().elapsed_msec_str();
+    std::cout << timer.stop().elapsed_msec_str();
     delete Irc7702_;
 }
 #endif // 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]