I can understand that multiset has count(), for counting the number of occurrences of a value, because elements can be repeated in multiset. But what s the point of having count() in set, when all the values are already unique?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...