We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cd15b8 + e9fa216 commit 2c6431dCopy full SHA for 2c6431d
2 files changed
lib/tbb_2020.3/STAN_CHANGES
@@ -1,3 +1,4 @@
1
This file documents changes done for the stan-math project
2
3
- drop -g flag from makefiles for release mode builds to decrease size of binaries
4
+- Add `tbb::` to line 252 of `task.h` to fix a build failure with gcc 13. This was done upstream in https://github.com/oneapi-src/oneTBB/pull/833
lib/tbb_2020.3/include/tbb/task.h
@@ -249,7 +249,7 @@ namespace internal {
249
#if __TBB_TASK_PRIORITY
250
//! Pointer to the next offloaded lower priority task.
251
/** Used to maintain a list of offloaded tasks inside the scheduler. **/
252
- task* next_offloaded;
+ tbb::task* next_offloaded;
253
#endif
254
255
#if __TBB_PREVIEW_RESUMABLE_TASKS
0 commit comments