zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.95k stars 757 forks source link

zmq 4.3.5 installed with vcpkg VC2015 #621

Open vassilux opened 11 months ago

vassilux commented 11 months ago

Hi alls, I use VC2015 for compile pub/sub exemple but got this erreur

\zmq_addon.hpp(638): error C2672: 'zmq::encode' zmq_addon.hpp(638): error C2783: 'zmq::message_t zmq::encode(const Range &)' 

Any idea ?

vassilux commented 11 months ago

I found what is wrong inmy projet define ZMQ_CPP11_PARTIAL and can compile and it works