Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 420823
Collapse All | Expand All

(-)beecrypt-4.2.1/include/beecrypt/c++/util/AbstractSet.h~ (-1 / +1 lines)
Lines 56-62 Link Here
56
					if (c->size() != size())
56
					if (c->size() != size())
57
						return false;
57
						return false;
58
58
59
					return containsAll(*c);
59
					return this->containsAll(*c);
60
				}
60
				}
61
				return false;
61
				return false;
62
			}
62
			}

Return to bug 420823