gcc13.patch 459 B

12345678910111213
  1. diff --git a/include/tbb/task.h b/include/tbb/task.h
  2. index 5e137c69..b5fb1ac3 100644
  3. --- a/include/tbb/task.h
  4. +++ b/include/tbb/task.h
  5. @@ -249,7 +249,7 @@ namespace internal {
  6. #if __TBB_TASK_PRIORITY
  7. //! Pointer to the next offloaded lower priority task.
  8. /** Used to maintain a list of offloaded tasks inside the scheduler. **/
  9. - task* next_offloaded;
  10. + tbb::task* next_offloaded;
  11. #endif
  12. #if __TBB_PREVIEW_RESUMABLE_TASKS