mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +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:
@@ -29,7 +29,7 @@ namespace BlackSimTest
|
||||
qDebug() << "loaded:" << s << "size:" << cvm.size();
|
||||
|
||||
BlackMisc::Aviation::CAircraftIcao icao("C172");
|
||||
qDebug() << cvm.findByIcao(icao);
|
||||
qDebug() << cvm.findByIcaoWildcard(icao);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user