7 lines
75 B
C++
7 lines
75 B
C++
#pragma once
|
|
|
|
namespace this_thread
|
|
{
|
|
thread_local unsigned id = 0;
|
|
};
|