zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 197 forks source link

Add move semantic to zmqpp::actor #67

Closed xaqq closed 10 years ago

xaqq commented 10 years ago

This PR adds move semantic to the zmqpp::actor class by adding a move-constructor and a move-assignment operator.

It also adds the actor and reactor includes files to zmqpp.hpp.