
20 Oct
2007
20 Oct
'07
11:14 p.m.
On 10/19/07, Josh Napoli <jnapoli@actuality-systems.com> wrote:
<snip> throw exception() << "The frobknob is out of range: its value is " << error_info<value_tag>(value)<< " but the maximum value is " << max;
Why not throw a std::ostringstream directly then? :)