Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
boost-legacy
libreoffice_compat_backports.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libreoffice_compat_backports.patch of Package boost-legacy
Backport Boost::Optional::has_value() from https://github.com/boostorg/optional/commit/5182f7f30fad87023ae5e5a4e1f660fb513fb469 needed by LibreOffice 6.4.2 Index: boost_1_66_0/boost/optional/optional.hpp =================================================================== --- boost_1_66_0.orig/boost/optional/optional.hpp +++ boost_1_66_0/boost/optional/optional.hpp @@ -1334,6 +1334,7 @@ class optional #endif bool operator!() const BOOST_NOEXCEPT { return !this->is_initialized() ; } + bool has_value() const BOOST_NOEXCEPT { return this->is_initialized() ; } BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT() } ;
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