mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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
|
class ConcurrentQueue
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
struct ExplicitProducer;
|
||||||
|
struct ImplicitProducer;
|
||||||
|
|
||||||
typedef ::moodycamel::ProducerToken producer_token_t;
|
typedef ::moodycamel::ProducerToken producer_token_t;
|
||||||
typedef ::moodycamel::ConsumerToken consumer_token_t;
|
typedef ::moodycamel::ConsumerToken consumer_token_t;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user