mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
whats more scary is the fact that it compiled
This commit is contained in:
parent
7f9dcc6b95
commit
ea6ac9f172
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ namespace gd {
|
|||
}
|
||||
|
||||
bool contains(K const& __x) {
|
||||
return count() > 0;
|
||||
return count(__x) > 0;
|
||||
}
|
||||
|
||||
map(map const& lol) : map(std::map<K, V>(lol)) {}
|
||||
|
|
Loading…
Reference in a new issue