$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] to_string(v)
From: Olaf van der Spek (ml_at_[hidden])
Date: 2011-09-29 08:57:47
Some time ago (2002) there was talk about a to_string function. Did
this ever materialize?
http://listarchives.boost.org/Archives/boost/2002/01/23585.php
"to_string(5)" is a lot shorter than "lexical_cast<std::string>(5)".
Likewise for "to_int("5")".
Greetings,
Olaf