aports/main/uclibc++/associative_base.patch
Natanael Copa 2d2ddf507b move core/* to main/
added maintainer to several packages as well
2009-07-23 18:24:11 +00:00

14 lines
363 B
Diff

--- a/include/associative_base.orig 2008-03-18 08:46:20 +0000
+++ b/include/associative_base 2008-03-18 08:46:56 +0000
@@ -221,9 +221,9 @@
bool operator!=(const __base_associative & x){
return !(x.backing == backing);
}
+ void swap(__base_associative & x);
protected:
- void swap(__base_associative & x);
Compare c;
std::list<value_type> backing;