We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In file included from /root/php-7-debian/php-src/ext/intl/breakiterator/breakiterator_methods.cpp:22: /root/php-7-debian/php-src/ext/intl/breakiterator/codepointiterator_internal.h:42:31: error: conflicting return type specified for ‘virtual UBool PHP::CodePointBreakIterator::operator==(const icu_72::BreakIterator&) const’ 42 | virtual UBool operator==(const BreakIterator& that) const; | ^~~~~~~~ In file included from /root/php-7-debian/php-src/ext/intl/breakiterator/breakiterator_methods.cpp:21: /usr/include/unicode/brkiter.h:127:18: note: overridden function is ‘virtual bool icu_72::BreakIterator::operator==(const icu_72::BreakIterator&) const’ 127 | virtual bool operator==(const BreakIterator&) const = 0; | ^~~~~~~~ In file included from /root/php-7-debian/php-src/ext/intl/breakiterator/breakiterator_class.cpp:23: /root/php-7-debian/php-src/ext/intl/breakiterator/codepointiterator_internal.h:42:31: error: conflicting return type specified for ‘virtual UBool PHP::CodePointBreakIterator::operator==(const icu_72::BreakIterator&) const’ 42 | virtual UBool operator==(const BreakIterator& that) const; | ^~~~~~~~ In file included from /root/php-7-debian/php-src/ext/intl/breakiterator/breakiterator_class.cpp:21: /usr/include/unicode/brkiter.h:127:18: note: overridden function is ‘virtual bool icu_72::BreakIterator::operator==(const icu_72::BreakIterator&) const’ 127 | virtual bool operator==(const BreakIterator&) const = 0; | ^~~~~~~~ make: *** [Makefile:1183: ext/intl/breakiterator/breakiterator_methods.lo] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: