$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Lidström (daniel.lidstrom_at_[hidden])
Date: 2006-02-08 06:19:39
Daniel Lidström scribbled:
> Hello!
>
> Why does boost::progress_timer write two newlines on destruction? One
> would suffice for me.
Another thing about progress_timer: Why is the only option to output
seconds?
I'd like to be able to use my own formatter, so that I can have the output
in HH:MM:SS.mmm for example:
boost::progress_timer timer(cout, hhmmssmmm_formatter());
Hälsningar,
Daniel