$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] IEC/SI Binary Prefix Formatter
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2009-03-02 13:20:26
On Mon, Mar 2, 2009 at 7:00 PM, Rodrigo Madera <rodrigo.madera_at_[hidden]>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