ladnir / cryptoTools

A repo to hold common tools used by my crypto projects
Other
117 stars 53 forks source link

Bug in Timer #8

Closed AMarcedone closed 6 years ago

AMarcedone commented 6 years ago

Hi, I run into this: https://github.com/ladnir/cryptoTools/blob/4364c7c3dc7bf4f5a7c7d6881aa0ebf904204546/cryptoTools/Common/Timer.cpp#L46 it should be out instead of cout.

ladnir commented 6 years ago

I don't agree... There is no such thing as std::out.

AMarcedone commented 6 years ago

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.

ladnir commented 6 years ago

Ha, yes. Face palm ;) kk. I'll fix.

AMarcedone commented 6 years ago

No worries, and thanks for maintaining this repo. I find it useful =)

ladnir commented 6 years ago

You and I both. Fixed as of 400e50a9036aa300d40664851cef4ff5d03d4d38