Date: Mon, 11 Sep 2017 08:24:32 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 218788] devel/icu: Update to 59.1 Message-ID: <bug-218788-25061-FYj7OtjEYx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218788-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-218788-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218788 --- Comment #25 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Mon Sep 11 08:23:25 UTC 2017 New revision: 449613 URL: https://svnweb.freebsd.org/changeset/ports/449613 Log: www/cppcms: switch to C++11, required by ICU >=3D 59 In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/enco= ding/codepage.cpp:19: In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/enco= ding/uconv_codepage.ipp:13: In file included from /wrkdirs/usr/ports/www/cppcms/work/cppcms-1.0.5/booster/lib/locale/src/enco= ding/../icu/uconv.h:10: /usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text)) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are permitted only in C++11 UnicodeString(ConstChar16Ptr(text), length) {} ^~~~~~~~~~~~~ /usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are permitted only in C++11 UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {} ^~~~~~~~~~~~~ PR: 218788 Changes: head/www/cppcms/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218788-25061-FYj7OtjEYx>