You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by vi...@apache.org on 2008/01/11 19:21:28 UTC

svn propchange: r610576 - svn:log

Author: vitek
Revision: 610576
Modified property: svn:log

Modified: svn:log at Fri Jan 11 10:21:28 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jan 11 10:21:28 2008
@@ -1,13 +1,13 @@
 
 2008-01-08  Travis Vitek  <vi...@roguewave.com>
 
-    STDCXX-605
-    * examples/tutorial/dynatype.cpp: Add overloaded method
-    that discards const to avoid looking in wrong map when
-    non-const conversion operator is used with a const type.
-    (main): Display text and converted value in two separate
-    statements to ensure output is generated the same on all
-    platforms. Add a return 0 for correctness.
-    * examples/tutorial/out/dynatype.out: Update output file
-    to match expected output format.
+	STDCXX-605
+	* examples/tutorial/dynatype.cpp: Add overloaded method
+	that discards const to avoid looking in wrong map when
+	non-const conversion operator is used with a const type.
+	(main): Display text and converted value in two separate
+	statements to ensure output is generated the same on all
+	platforms. Add a return 0 for correctness.
+	* examples/tutorial/out/dynatype.out: Update output file
+	to match expected output format.