From cf477316edf1596e5ecd365efa3918394d22e070 Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Tue, 16 Jan 2007 22:22:19 +0000 Subject: [PATCH] Documentation update for [ 1358600 ] lexical_cast & pure virtual functions & VC 8 STL [SVN r36740] --- lexical_cast.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lexical_cast.htm b/lexical_cast.htm index 949b70c..f55d741 100644 --- a/lexical_cast.htm +++ b/lexical_cast.htm @@ -160,7 +160,7 @@ void log_errno(int yoko) and an instance of the result type on the right.
  • - Both Source and Target are CopyConstructible [20.1.3]. + Target is CopyConstructible [20.1.3].
  • Target is DefaultConstructible, meaning that it is possible @@ -231,4 +231,4 @@ public:
    © Copyright Kevlin Henney, 2000–2005
    - \ No newline at end of file +