$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost format] Not getting expected errors
From: Rob Conde (rob.conde_at_[hidden])
Date: 2013-07-12 14:18:06
Hello,
I'm doing:
string myString = (boost::format("%i") % 1.1).str();
I would expect that to either throw an error (preferred) or cast to an int and then format. I'm seeing a similar issue with %x and %o etc. Any thoughts?
Rob Conde