summaryrefslogtreecommitdiffstats
path: root/core/uclibc++/associative_base.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-11 22:13:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-11 22:13:02 +0000
commitd679bbf9ae0781ba7e2d9cf4039d27ab771671ae (patch)
treea5d7c252ed51e9ab03743c1cde26611a15ffdc9f /core/uclibc++/associative_base.patch
parente3e22d61ae354b60dc9e22dacb816748e910d286 (diff)
downloadaports-d679bbf9ae0781ba7e2d9cf4039d27ab771671ae.tar.bz2
aports-d679bbf9ae0781ba7e2d9cf4039d27ab771671ae.tar.xz
core/uclibc++: new aport
Diffstat (limited to 'core/uclibc++/associative_base.patch')
-rw-r--r--core/uclibc++/associative_base.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/uclibc++/associative_base.patch b/core/uclibc++/associative_base.patch
new file mode 100644
index 00000000..3453c996
--- /dev/null
+++ b/core/uclibc++/associative_base.patch
@@ -0,0 +1,13 @@
+--- 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;