FairMQ/fairmq/zeromq
Giulio Eulisse 6fc6ebff94 Use std::move rather than just move
Apparently:

  "warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]"

is default in new XCode.
2023-10-21 15:47:21 +02:00
..
Common.h fix(zeromq): Leaking monitor socket messages 2022-08-12 01:50:14 +02:00
Context.h Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
Message.h Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
Poller.h Define copy/move ctors and assignment ops 2021-09-27 12:04:07 +02:00
Socket.h Use std::move rather than just move 2023-10-21 15:47:21 +02:00
TransportFactory.h Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
UnmanagedRegion.h Don't use to-be-deprecated names 2022-01-24 06:40:24 +01:00
ZMsg.h feat: Move ZMsg to fair::mq::zmq 2023-06-13 21:24:40 +02:00