> > I looked to azmq CMakelists and I seems mandatory to have/use boost no? >
Boost is mandatory, yes. It would be possible (and not particularly difficult) to make a version that works with the standalone <http://think-async.com/Asio> Asio library, but as all of my projects assume the use of Boost, it hasn't been a priority for me. On Friday, March 13, 2015, Leonard Michelet <[email protected]> wrote: > I'm using c++11, but not boost :( > I started using cppzmq but I miss some functions : > Stopping socket monitor properly. > Detected client deconnection from server side (without using a PUB socket). > > I looked to azmq CMakelists and I seems mandatory to have/use boost no? > Thanks for answering. > > ----- Thomas Rodgers <[email protected]> a écrit : > > I am the author of azmq it is an active project (most recent commit > within > > the last week). > > > > It is heavily tied to the way that Boost Asio does things. If you already > > have/plan on having a dependency on the Boost libraries and are > comfortable > > with Asio then perhaps it will be a fit for you. > > > > On Friday, March 13, 2015, Leonard Michelet < > [email protected]> > > wrote: > > > > > Hello everyone, I must use zeromq for a work project written in c++ > and I > > > wonder which c++ binding I should use. > > > On the c++ binding page (http://zeromq.org/bindings:cpp), there are 3 > of > > > them, but I'm not sure if each of them are still active. > > > Thank you, > > > Léonard. > > > _______________________________________________ > > > zeromq-dev mailing list > > > [email protected] <javascript:;> > > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
