--Code changes

-Remove all dependencies on Intel Threading Building Blocks.
 -Write our own version of parallel_for().
This commit is contained in:
Person
2021-12-29 23:10:54 -07:00
parent 5524180d4b
commit ee7ca7065e
50 changed files with 140 additions and 3255 deletions

View File

@ -102,7 +102,7 @@ public:
TopArrow(int width, size_t index)
{
QPolygon area;
const auto center = 10;
constexpr int center = 10;
const auto mid = width / 2;
const auto left = center - mid;
const auto right = center + mid;