Defined out of line so that compiler does not replicate task's vtable. It's pointless to define it inline anyway, because all call sites to it are virtual calls that the compiler is unlikely to optimize. */
| 248 | It's pointless to define it inline anyway, because all call sites to it are virtual calls |
| 249 | that the compiler is unlikely to optimize. */ |
| 250 | void task::note_affinity( affinity_id ) { |
| 251 | } |
| 252 | |
| 253 | #if __TBB_TASK_GROUP_CONTEXT |
| 254 | void task::change_group ( task_group_context& ctx ) { |