From stdcxx-commits-return-2288-apmail-incubator-stdcxx-commits-archive=incubator.apache.org@incubator.apache.org Fri Jan 11 18:21:49 2008 Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 9549 invoked from network); 11 Jan 2008 18:21:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 18:21:49 -0000 Received: (qmail 77591 invoked by uid 500); 11 Jan 2008 18:21:39 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 77579 invoked by uid 500); 11 Jan 2008 18:21:39 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 77566 invoked by uid 99); 11 Jan 2008 18:21:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 10:21:39 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 18:21:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BA69D1A9832; Fri, 11 Jan 2008 10:21:28 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r610576 - svn:log Date: Fri, 11 Jan 2008 18:21:28 -0000 To: stdcxx-commits@incubator.apache.org From: vitek@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080111182128.BA69D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 - 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.