head 1.2; access; symbols pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2022.10.20.11.35.09; author nros; state dead; branches; next 1.1; commitid xvF6X5Kppy3oXrYD; 1.1 date 2022.01.27.17.39.45; author nros; state Exp; branches; next ; commitid eLesHohjaUbAwiqD; desc @@ 1.2 log @Update qore to version 1.12.0 Update qore to version 1.12.0. Includes one of our patches and has tons of bug fixes. @ text @$NetBSD: patch-lib_StatementBlock.cpp,v 1.1 2022/01/27 17:39:45 nros Exp $ * fix build brakeage --- lib/StatementBlock.cpp.orig 2022-01-27 08:09:06.446355683 +0000 +++ lib/StatementBlock.cpp @@@@ -230,8 +230,8 @@@@ int StatementBlock::execIntern(QoreValue if ((*i).second) { { // instantiate exception for on_error blocks as an implicit arg - unique_ptr argv_helper; - unique_ptr ex_helper; + std::unique_ptr argv_helper; + std::unique_ptr ex_helper; if (type == OBE_Error) { QoreException* except = xsink->getException(); assert(except); @ 1.1 log @Update lang/qore to version 1.2 Update due to that it has not been updated for a long time, tons of fixes and new apis. @ text @d1 1 a1 1 $NetBSD$ @