We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85775ec commit 6ad90cdCopy full SHA for 6ad90cd
benchmarks/boostqueue.h
@@ -13,6 +13,8 @@ struct BoostQueueWrapper
13
typedef DummyToken consumer_token_t;
14
15
public:
16
+ BoostQueueWrapper() : q(/* starting capacity */ 16384) { }
17
+
18
template<typename U>
19
inline bool enqueue(U&& item)
20
{
0 commit comments