Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:PowerPC
libreoffice
gcc11-fix-error.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcc11-fix-error.patch of Package libreoffice
diff --git a/include/sal/log.hxx b/include/sal/log.hxx index 6bb0d1b..5691888 100644 --- a/include/sal/log.hxx +++ b/include/sal/log.hxx @@ -191,7 +191,7 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) { (::std::ostringstream() << stream).str() #else #define SAL_STREAM(stream) \ - (dynamic_cast< ::std::ostringstream & >(::std::ostringstream() << stream).str()) + (dynamic_cast< ::std::ostringstream && >(::std::ostringstream() << stream).str()) #endif /**
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor