Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
arprec
arprec-gcc6.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File arprec-gcc6.patch of Package arprec
Index: arprec-2.2.17/src/write.cpp =================================================================== --- arprec-2.2.17.orig/src/write.cpp +++ arprec-2.2.17/src/write.cpp @@ -196,6 +196,6 @@ bool mp_real::write(ostream &s, int prec string str = to_string(precision, width, expn_width, fmt, showpos, uppercase, fill); - return (s << str) != 0; + return static_cast<bool>(s << str) != 0; }
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