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

(-)associative_base.orig (-1 / +1 lines)
Lines 221-229 Link Here
221
	bool operator!=(const __base_associative & x){
221
	bool operator!=(const __base_associative & x){
222
		return !(x.backing == backing);
222
		return !(x.backing == backing);
223
	}
223
	}
224
	void swap(__base_associative & x);
224
225
225
protected:
226
protected:
226
	void swap(__base_associative & x);
227
227
228
	Compare c;
228
	Compare c;
229
	std::list<value_type> backing;
229
	std::list<value_type> backing;

Return to bug 213804