
2 Mar
2009
2 Mar
'09
6:20 p.m.
On Mon, Mar 2, 2009 at 7:00 PM, Rodrigo Madera <rodrigo.madera@gmail.com>wrote:
formatter << boost::iec_prefix << 5*1024*1024; // Will output "5 GiB"
formatter << boost::si_prefix << 5*1024*1024; // Will output "5GB"
Small correction, this should output 5 megs and not 5 gigs ;) Ovanes