mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix comment typo in algorithm.h (#15030)
This commit is contained in:
parent
1c34635016
commit
d335f263f3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Algorithm
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
// To be used with associative array types, such as QMap, QHash and it's variants
|
// To be used with associative array types, such as QMap, QHash and its variants
|
||||||
template <typename T, typename BinaryPredicate
|
template <typename T, typename BinaryPredicate
|
||||||
, typename std::enable_if_t<HasMappedType<T>::value, int> = 0>
|
, typename std::enable_if_t<HasMappedType<T>::value, int> = 0>
|
||||||
void removeIf(T &dict, BinaryPredicate &&p)
|
void removeIf(T &dict, BinaryPredicate &&p)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue