head 1.2; access; symbols pkgsrc-2017Q4:1.1.0.40 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.38 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.34 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.32 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.30 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.28 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.26 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.24 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.22 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.20 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.18 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.16 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.14 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.12 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.10 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.8 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.6 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2018.01.01.10.23.08; author wiz; state dead; branches; next 1.1; commitid zjUBNlZlngYbU9lA; 1.1 date 2013.05.06.15.02.13; author joerg; state Exp; branches; next ; desc @@ 1.2 log @apache22: remove, it was eol'd in June 2017 Remove packages that only work with apache22. Remove apache22 references. @ text @$NetBSD: patch-src_IniSection.cpp,v 1.1 2013/05/06 15:02:13 joerg Exp $ --- src/IniSection.cpp.orig 2013-05-04 14:22:11.000000000 +0000 +++ src/IniSection.cpp @@@@ -36,8 +36,8 @@@@ void suPHP::IniSection::putValue(const s const std::vector suPHP::IniSection::getValues(const std::string& key) const throw (KeyNotFoundException) { std::vector values; - std::pair::const_iterator, std::multimap::const_iterator> range = this->entries.equal_range(key); - for (std::multimap::const_iterator pos = + std::pair::const_iterator, std::multimap::const_iterator> range = this->entries.equal_range(key); + for (std::multimap::const_iterator pos = range.first; pos != range.second; pos++) { values.push_back(pos->second); } @@@@ -62,7 +62,7 @@@@ std::string suPHP::IniSection::getValue( const std::vector suPHP::IniSection::getKeys() const { std::vector keys; - for (std::multimap::const_iterator pos = + for (std::multimap::const_iterator pos = this->entries.begin(); pos != this->entries.end(); pos++) { keys.push_back(pos->first); @ 1.1 log @const keys that need to be constructed is not likely to work with compliant STL implementation. @ text @d1 1 a1 1 $NetBSD$ @