39 #include <boost/format.hpp>
40 #include <boost/lexical_cast.hpp>
50 const std::string &value)
52 l.push_back(std::make_pair(
name, value));
58 l.push_back(std::make_pair(
name, boost::lexical_cast<std::string>(value)));
std::vector< std::pair< std::string, std::string > > SummaryList
void AddSummaryItem(SummaryList &l, const std::string &name, const std::string &value)
Adds a summary item to the summary info list.
The above copyright notice and this permission notice shall be included.