This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] String: move and centralize exp growth


On Wed, 2004-01-28 at 09:30, Dhruv Matani wrote:

> *************** namespace std
> *** 157,165 ****
>   
>         const size_type __dnew =
> static_cast<size_type>(std::distance(__beg, __end));
> 
> Is it really intended, or would you rather use difference_type on the
> lhs of the assignment?

Actually, it doesn't matter! Just ignore my previous post.


-- 
	-Dhruv Matani.
http://www.geocities.com/dhruvbird/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]