From 72d69ef6ad388fc7a68f6ddd19904ab403d41791 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 12 Aug 2005 13:02:37 +0000 Subject: [PATCH] Merged from 1.33.0 release [SVN r30540] --- lexical_cast.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexical_cast.htm b/lexical_cast.htm index 16ce762..0ec5553 100644 --- a/lexical_cast.htm +++ b/lexical_cast.htm @@ -77,7 +77,7 @@ conversions, such as where precision or formatting need tighter control than is offered by the default behavior of lexical_cast, the conventional stringstream approach is recommended. Where the conversions are - numeric to numeric, numeric_cast + numeric to numeric, numeric_cast may offer more reasonable behavior than lexical_cast.

For a good discussion of the options and issues involved in string-based