-
Bug
-
Resolution: Done
-
Minor
-
None
-
1.2.1.GA
#include <proton/work_queue.hpp>
// ...
c.schedule(proton::duration::IMMEDIATE, [&c]() { c.stop(); });
Without the include, I get error: no matching function for call to ‘proton::container::schedule(const proton::duration&, main(int, char**)::<lambda()>)’.
There was discussion about this in comments on ENTMQCL-601.