Skip to content

Commit

Permalink
Replace std::vector with xr_vector.
Browse files Browse the repository at this point in the history
intorr committed Mar 24, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 35752b0 commit 131f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/Threading/ThreadPool.hpp
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ class XRCORE_API Thread
class ThreadPool
{
public:
std::vector<std::unique_ptr<Thread>> threads;
xr_vector<std::unique_ptr<Thread>> threads;

void initialize()
{

0 comments on commit 131f62d

Please sign in to comment.