We are saying that this is tha same as saying:
return v==limit ? _list.end() : _list.iterator_for(v);
this is the same as saying 
return v==limit ? this->end() : _list.iterator_for(v);

[ Full content available at: https://github.com/apache/trafficserver/pull/4221 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to