mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #290 using a CRange of iterator adaptors in implementating the tertiary predicate-based methods of the derived containers,
but preserving the return-by-copy for API stability
This commit is contained in:
@@ -123,7 +123,7 @@ namespace BlackMisc
|
||||
*/
|
||||
CTextMessageList CTextMessageList::findByFrequency(const CFrequency &frequency) const
|
||||
{
|
||||
return CTextMessageList(this->findBy(&CTextMessage::getFrequency, frequency));
|
||||
return this->findBy(&CTextMessage::getFrequency, frequency);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user