$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2004-04-22 10:50:34
> Just think how easy it is to say something like:
> throw std::runtime_error(str_stream() << "invalid line at idx " << idx);
wrap_stringstream in Boost Test has similar purpose. It was requested at
some point to be separated in utilities,. I made all the code changes
required but did not manage to create doc.
Gennadiy.
P.S. Again - it has nothing to do with boost format ,which primary audience
is internationalization guys. So subject is quite misleading.