mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Forward declare explicit and implicit producers.
This commit is contained in:
parent
e74108f175
commit
e2534e2bf6
@ -688,6 +688,9 @@ template<typename T, typename Traits = ConcurrentQueueDefaultTraits>
|
||||
class ConcurrentQueue
|
||||
{
|
||||
public:
|
||||
struct ExplicitProducer;
|
||||
struct ImplicitProducer;
|
||||
|
||||
typedef ::moodycamel::ProducerToken producer_token_t;
|
||||
typedef ::moodycamel::ConsumerToken consumer_token_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user