Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 11206 invoked from network); 1 Feb 2008 00:16:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 00:16:25 -0000 Received: (qmail 51780 invoked by uid 500); 1 Feb 2008 00:16:17 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 51762 invoked by uid 500); 1 Feb 2008 00:16:16 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 51753 invoked by uid 99); 1 Feb 2008 00:16:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 16:16:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 00:16:02 +0000 Received: from nebula.bco.roguewave.com ([10.70.3.27]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m110Fq96000352 for ; Fri, 1 Feb 2008 00:15:52 GMT Message-ID: <47A264B8.2020606@roguewave.com> Date: Thu, 31 Jan 2008 17:15:52 -0700 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: svn propchange: r617300 - svn:log References: <20080201000543.B6C261A9832@eris.apache.org> In-Reply-To: <20080201000543.B6C261A9832@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org vitek@apache.org wrote: > Author: vitek > Revision: 617300 > Modified property: svn:log > > Modified: svn:log at Thu Jan 31 16:05:43 2008 > ------------------------------------------------------------------------------ > --- svn:log (original) > +++ svn:log Thu Jan 31 16:05:43 2008 > @@ -2,5 +2,5 @@ > 2008-01-31 Travis Vitek > > * include/istream.cc: Call clear() instead of erase() to avoid > - unnecessary overhead and consistency. We definitely don't want more consistency than is absolutely necessary! ;-) Martin > + unnecessary overhead and for consistency. > >