whats more scary is the fact that it compiled

This commit is contained in:
dankmeme01 2024-03-16 20:09:58 +01:00
parent 7f9dcc6b95
commit ea6ac9f172

View file

@ -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)) {}