head 1.2; access; symbols 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 2014.03.05.15.44.51; author adam; state dead; branches; next 1.1; commitid NkOn16IK6UFDCwrx; 1.1 date 2013.04.29.21.28.56; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Changes 3.2.12: * Correction of bugs @ text @$NetBSD: patch-cgicc_Cgicc.cpp,v 1.1 2013/04/29 21:28:56 joerg Exp $ --- cgicc/Cgicc.cpp.orig 2013-04-29 20:15:30.000000000 +0000 +++ cgicc/Cgicc.cpp @@@@ -324,11 +324,11 @@@@ cgicc::Cgicc::findEntries(const std::str result.clear(); if(byName) { - copy_if(fFormData.begin(), fFormData.end(), + ::cgicc::copy_if(fFormData.begin(), fFormData.end(), std::back_inserter(result),FE_nameCompare(param)); } else { - copy_if(fFormData.begin(), fFormData.end(), + ::cgicc::copy_if(fFormData.begin(), fFormData.end(), std::back_inserter(result), FE_valueCompare(param)); } @ 1.1 log @Be explicit about using the local copy_if, it is part of C++11 and now the look up is ambigious. @ text @d1 1 a1 1 $NetBSD$ @