I realize similar questions have been asked before, but I read a couple of those and still don\'t see where I\'m going wrong. When I simply write my class without separating th
You want this:
template int VisitedSet::getSize() { return vec.size(); }