Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:repabuild
mtl
f34-assert.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File f34-assert.patch of Package mtl
Index: mtl-2.1.2-23/mtl/mtl_exception.h =================================================================== --- mtl-2.1.2-23.orig/mtl/mtl_exception.h +++ mtl-2.1.2-23/mtl/mtl_exception.h @@ -68,7 +68,8 @@ protected: #if MTL_EXCEPTIONS -#define MTL_THROW_ASSERTION throw(mtl::assertion) +#define MTL_THROW_ASSERTION /* nothing */ +// throw(mtl::assertion) #define MTL_ASSERT(X,Y) if (!(X)) { throw mtl::assertion(#X,Y); } #define MTL_THROW(X) throw(X) #else
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