K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-09-11T09:22:36.414439Z K 7 svn:log V 742 databases/evolution-data-server: switch to C++11, required by ICU >= 59 In file included from e-alphabet-index-private.cpp:37: In file included from /usr/local/include/unicode/alphaindex.h:18: /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 END