From f587f503667d72861330d7c2ef3c7019996131f3 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Tue, 2 Aug 2005 20:47:34 +0000 Subject: [PATCH] fixed broken links [SVN r30386] --- 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