Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 832700
Collapse All | Expand All

(-)a/include/oneapi/tbb/detail/_config.h (-1 / +1 lines)
Lines 268-274 Link Here
268
    #define __TBB_CPP20_COMPARISONS_PRESENT __TBB_CPP20_PRESENT
268
    #define __TBB_CPP20_COMPARISONS_PRESENT __TBB_CPP20_PRESENT
269
#endif
269
#endif
270
270
271
#define __TBB_RESUMABLE_TASKS                           (!__TBB_WIN8UI_SUPPORT && !__ANDROID__ && !__QNXNTO__)
271
#define __TBB_RESUMABLE_TASKS                           (!__TBB_WIN8UI_SUPPORT && !__ANDROID__ && !__QNXNTO__ && (!__linux__ || __GLIBC__))
272
272
273
/* This macro marks incomplete code or comments describing ideas which are considered for the future.
273
/* This macro marks incomplete code or comments describing ideas which are considered for the future.
274
 * See also for plain comment with TODO and FIXME marks for small improvement opportunities.
274
 * See also for plain comment with TODO and FIXME marks for small improvement opportunities.

Return to bug 832700