formatter << boost::iec_prefix << 5*1024*1024;// Will output "5 GiB"formatter << boost::si_prefix << 5*1024*1024; // Will output "5GB"