From 7a388cb1a61ebe141ab9d963516a0b69b655a60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20Sletteb=C3=B8?= Date: Thu, 16 Jun 2005 18:37:51 +0000 Subject: [PATCH] Fixed so it doesn't trim any whitespace when converting, fixed reversed bad_lexical_cast constructor parameters, changed to pass-by-const reference [SVN r29630] --- lexical_cast.htm | 58 ++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 21 deletions(-) diff --git a/lexical_cast.htm b/lexical_cast.htm index b8002ca..16ce762 100644 --- a/lexical_cast.htm +++ b/lexical_cast.htm @@ -196,28 +196,44 @@ public: Exception used to indicate runtime lexical_cast failure.
-

Changes

- + +

Changes

+

June 2005:

+ +

Earlier:

+ +


-
© Copyright Kevlin Henney, 2000–2003
+ +
© Copyright Kevlin Henney, 2000–2005