Closed AMarcedone closed 6 years ago
I don't agree... There is no such thing as std::out
.
not std::out
, just out
. Same as in line 57.
Otherwise when you do myStream << timer
, the "header" gets printed to stdout instead.
Sorry if this was not clear.
Ha, yes. Face palm ;) kk. I'll fix.
No worries, and thanks for maintaining this repo. I find it useful =)
You and I both. Fixed as of 400e50a9036aa300d40664851cef4ff5d03d4d38
Hi, I run into this: https://github.com/ladnir/cryptoTools/blob/4364c7c3dc7bf4f5a7c7d6881aa0ebf904204546/cryptoTools/Common/Timer.cpp#L46 it should be out instead of cout.