From 6b1d1e5c8a5e1ca839abd3f9dd14837082f01987 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 31 Jan 2009 17:49:04 +0000 Subject: [PATCH] remove a part of r14231 which breaks packages such as sipp git-svn-id: svn://svn.openwrt.org/openwrt/packages@14326 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/uclibc++/patches/009-compile_fixes.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libs/uclibc++/patches/009-compile_fixes.patch b/libs/uclibc++/patches/009-compile_fixes.patch index d2093be39..efcb9e6d7 100644 --- a/libs/uclibc++/patches/009-compile_fixes.patch +++ b/libs/uclibc++/patches/009-compile_fixes.patch @@ -1,14 +1,5 @@ --- a/include/associative_base +++ b/include/associative_base -@@ -74,7 +74,7 @@ public: - typedef typename std::reverse_iterator const_reverse_iterator; - - -- explicit __base_associative(const Compare& comp, const Allocator& A, const key_type (*v_to_k)(const value_type)) -+ explicit __base_associative(const Compare& comp, const Allocator& A, key_type (*v_to_k)(const value_type)) - : c(comp), value_to_key(v_to_k) { } - protected: - __base_associative(const associative_type& x) @@ -318,7 +318,7 @@ protected: typedef std::list listtype;