You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
It seems to me that the included cppzmq version here was matching to libzmq=4.3.3, and there were changes in 4.3.4 that are not entirely compatible with cppzmq=4.7.1 (but should rather use cppzmq=4.8.0).
Would it be possible to update zeromq.hpp to the latest release?
(Not a high priority, I can work around by providing my own header)
The text was updated successfully, but these errors were encountered:
In zeromq.hpp#L2584-L2594, the socket file descriptor is defined with type
SOCKET
.This is failing to compile for me with the error:
In the latest cppzmq/zeromq.hpp (changed Feb 12th) this is no longer the case.
It seems to me that the included
cppzmq
version here was matching tolibzmq=4.3.3
, and there were changes in4.3.4
that are not entirely compatible withcppzmq=4.7.1
(but should rather usecppzmq=4.8.0
).Would it be possible to update
zeromq.hpp
to the latest release?(Not a high priority, I can work around by providing my own header)
The text was updated successfully, but these errors were encountered: