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/02/01 01:05:43 UTC

svn propchange: r617300 - svn:log

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  <vi...@roguewave.com>
 
 	* include/istream.cc: Call clear() instead of erase() to avoid
-	unnecessary overhead and consistency.
+	unnecessary overhead and for consistency.
 


Re: svn propchange: r617300 - svn:log

Posted by Martin Sebor <se...@roguewave.com>.
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  <vi...@roguewave.com>
>  
>  	* 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.
>  
>