jupyter-xeus/xeus

cppzmq deprecated function calls

SylvainCorlay opened this issue · 1 comments

  • bool zmq::detail::socket_base::send(zmq::message_t&, int) is deprecated: from 4.3.1, use send taking message_t and send_flags [-Wdeprecated-declarations]
  • bool zmq::detail::socket_base::recv(zmq::message_t&, int) is deprecated: from 4.3.1, use recv taking a reference to message_t and recv_flags [-Wdeprecated-declarations]

Fixed in #205