mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
11 lines
158 B
C++
11 lines
158 B
C++
#include "tbb/tbb_misc.h"
|
|
|
|
namespace tbb {
|
|
namespace internal {
|
|
|
|
void affinity_helper::protect_affinity_mask() {}
|
|
affinity_helper::~affinity_helper() {}
|
|
|
|
}
|
|
}
|