Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
boost
boost-function_without_exception.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File boost-function_without_exception.patch of Package boost
The ifdef is misplaced and leads to compilation errors when when BOOST_NO_EXCEPTIONS is defined (bnc#479659). --- boost/function/function_template.hpp +++ boost/function/function_template.hpp @@ -950,10 +950,10 @@ f.vtable->manager(f.functor, this->functor, boost::detail::function::move_functor_tag); f.vtable = 0; -#if !defined(BOOST_NO_EXCEPTIONS) } else { clear(); } +#if !defined(BOOST_NO_EXCEPTIONS) } catch (...) { vtable = 0; throw;
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