mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-29 08:34:40 +08:00
Compilation fix for newer compiler versions
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ namespace internal {
|
||||
#if __TBB_TASK_PRIORITY
|
||||
//! Pointer to the next offloaded lower priority task.
|
||||
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
|
||||
task* next_offloaded;
|
||||
tbb::task* next_offloaded;
|
||||
#endif
|
||||
|
||||
#if __TBB_PREVIEW_RESUMABLE_TASKS
|
||||
|
||||
Reference in New Issue
Block a user