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.
1 parent 35752b0 commit 131f62dCopy full SHA for 131f62d
src/xrCore/Threading/ThreadPool.hpp
@@ -42,7 +42,7 @@ class XRCORE_API Thread
42
class ThreadPool
43
{
44
public:
45
- std::vector<std::unique_ptr<Thread>> threads;
+ xr_vector<std::unique_ptr<Thread>> threads;
46
47
void initialize()
48
0 commit comments