From 3432c594a9db0869125863f97634b9498b0ac9af Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 8 May 2018 16:27:52 +0200 Subject: [PATCH] ImplicitProducer is private. --- client/concurrentqueue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/concurrentqueue.h b/client/concurrentqueue.h index c31c7d03..227c0d3b 100644 --- a/client/concurrentqueue.h +++ b/client/concurrentqueue.h @@ -687,9 +687,10 @@ inline void swap(typename ConcurrentQueue::ImplicitProducerKVP& a, ty template class ConcurrentQueue { + struct ImplicitProducer; + public: struct ExplicitProducer; - struct ImplicitProducer; typedef ::moodycamel::ProducerToken producer_token_t; typedef ::moodycamel::ConsumerToken consumer_token_t;