You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the gcc 6 build and also fixes an existing bug in passing.
The code in timer::stream() would set s_ to &cout if the file could
not be opened, then immediately overwrite s_ with (unopened) &file_.
0 commit comments