mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #697 Type traits renamed with T prefix.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace BlackMisc
|
||||
*/
|
||||
template <class T> auto makeInsertIterator(T &container)
|
||||
{
|
||||
return Private::makeInsertIterator(container, HasPushBack<T>());
|
||||
return Private::makeInsertIterator(container, THasPushBack<T>());
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user