Closed atsampson closed 3 years ago
The definition of thread_group uses std::vector.
thread_group
std::vector
This fixes a build failure using GCC 10.2; I expect <vector> was being transitively included from one of the other headers before.
<vector>
The definition of
thread_group
usesstd::vector
.This fixes a build failure using GCC 10.2; I expect
<vector>
was being transitively included from one of the other headers before.