Initial Commit - Lesson 31 (Commit #1)
This commit is contained in:
9
Plugins/GameLiftServerSDK/ThirdParty/concurrentqueue/benchmarks/wrappers.h
vendored
Normal file
9
Plugins/GameLiftServerSDK/ThirdParty/concurrentqueue/benchmarks/wrappers.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
struct DummyToken
|
||||
{
|
||||
template<typename TQueue>
|
||||
DummyToken(TQueue const&)
|
||||
{
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user