mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #715 Support implicit conversion from CRange to QSet.
This commit is contained in:
@@ -206,7 +206,7 @@ namespace BlackMisc
|
||||
T to() const
|
||||
{
|
||||
T container;
|
||||
std::copy(begin(), end(), std::back_inserter(container));
|
||||
std::copy(begin(), end(), Iterators::makeInsertIterator(container));
|
||||
return container;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user