Content deleted Content added
Pi Delport (talk | contribs) m →Etymology: linkify |
m →C++: fix C++0x lambda syntax |
||
Line 277:
// ...
names::iterator i =
find_if(n.begin(), n.end(),
// <tt>i</tt> is now either <tt>n.end()</tt> or points to the first string in <tt>n</tt>
// which is not equal to <tt> myname</tt> and which length is greater than <tt>y</tt>
|