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: Unordered container insertion hints


On 23 June 2013 13:51, Jonathan Wakely wrote:
> On 19 June 2013 20:56, François Dumont wrote:
>>     Still no chance to have a look ?
>
> I'll try to finish reviewing it today, thanks for the reminder.

Sorry for the delay.  The patch is OK, with a few small changes to the new docs:

Please change "rational" to "rationale"

"can require to update the bucket" should be "can require updating the bucket"

"need to compute following node hash code." should be "need to compute
the following node's hash code."

"won't compute next element hash code" should be "won't compute the
next element's hash code"

"bench" should be "benchmark"

I would say "more harm than good" instead of "more bad than good"

Thanks!


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