head 1.3; access; symbols pkgsrc-2017Q3:1.2.0.42 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.38 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.36 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.34 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.32 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.30 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.28 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.26 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.24 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.22 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.20 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.18 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.16 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.14 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.12 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.10 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.8 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.4 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.0.8 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.6 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.4 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.2 pkgsrc-2011Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2017.09.26.10.27.03; author wiz; state dead; branches; next 1.2; commitid 9ARpkXTuh9Wg2H8A; 1.2 date 2012.12.22.20.01.45; author joerg; state Exp; branches; next 1.1; 1.1 date 2011.11.24.14.00.53; author joerg; state Exp; branches; next ; desc @@ 1.3 log @*: remove qt3 and the packages using it, including KDE3 Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html @ text @$NetBSD: patch-src_Utilities_Set.cpp,v 1.2 2012/12/22 20:01:45 joerg Exp $ --- src/Utilities/Set.cpp.orig 2008-03-17 18:56:18.000000000 +0000 +++ src/Utilities/Set.cpp @@@@ -39,7 +39,7 @@@@ QValueList Utilities::Set::toList( } template -Utilities::Set::Set& Utilities::Set::operator+=(const Set& other) +Utilities::Set& Utilities::Set::operator+=(const Set& other) { for (typename Set::const_iterator i = other.begin(); i != other.end(); ++i) @@@@ -48,11 +48,11 @@@@ Utilities::Set::Set& Utilities::Se } template -Utilities::Set::Set& Utilities::Set::operator-=(const Set& other) +Utilities::Set& Utilities::Set::operator-=(const Set& other) { for (typename Set::const_iterator i = other.begin(); i != other.end(); ++i) - erase(*i); + this->erase(*i); return *this; } @ 1.2 log @Fix template look up. @ text @d1 1 a1 1 $NetBSD: patch-src_Utilities_Set.cpp,v 1.1 2011/11/24 14:00:53 joerg Exp $ @ 1.1 log @Fix build with modern GCC @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/Utilities/Set.cpp.orig 2011-11-24 02:03:09.000000000 +0000 d14 1 a14 1 @@@@ -48,7 +48,7 @@@@ Utilities::Set::Set& Utilities::Se d23 5 @