1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Workaround gcc issues.

This commit is contained in:
Bartosz Taudul
2017-11-14 23:29:48 +01:00
committed by Bartosz Taudul
parent 540f71cfd6
commit 2f669aea41
3 changed files with 14 additions and 9 deletions
+6
View File
@@ -41,6 +41,12 @@ struct ProducerWrapper
extern thread_local ProducerWrapper s_token;
class GpuCtx;
struct GpuCtxWrapper
{
GpuCtx* ptr;
};
using Magic = moodycamel::ConcurrentQueueDefaultTraits::index_t;
class Profiler