error: type/value mismatch at argument 1 in template parameter
bounded_buffer is taken from the boost circular_buffer examples which wraps
operations with lock acquisition and release (more type-safe).
I've changed up the calls slightly for my app and the problem is, I am
having
difficulty compiling. I was hoping to make the calls like below w/o the
need for a template function (as in the example) since I'm in the function
where I'd like to make the calls.
---
bounded_buffer<MyData> bb(200);
Consumer
Hi,
this might be a silly question, but did you try to instantiate
Consumer
participants (2)
-
Andreas Hehn
-
Lane