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
ISConstants.h defines : #define socket_t int
However, some other libs (ZMQ for instance) typedef socket_t as classes of their own. Perhaps a new name such as socket_t_is or adding a namespace could make things easier in that kind of situation.
The text was updated successfully, but these errors were encountered:
ISConstants.h defines :
#define socket_t int
However, some other libs (ZMQ for instance) typedef socket_t as classes of their own. Perhaps a new name such as socket_t_is or adding a namespace could make things easier in that kind of situation.
The text was updated successfully, but these errors were encountered: