X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fuclibc%2B%2B%2Fpatches%2F009-compile_fixes.patch;h=efcb9e6d7ff4ddd608049789776562802868af72;hp=d2093be39ac23a3d47ebb4944d1f441d06c3bd2f;hb=e71126a75bed6de7ce65502b5d167022f0eafad1;hpb=a7c2f081cbaacc0913cc322a7356c8c3988e3316 diff --git a/libs/uclibc++/patches/009-compile_fixes.patch b/libs/uclibc++/patches/009-compile_fixes.patch index d2093be39a..efcb9e6d7f 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;