After much discussion it seems that it's cleaner for the zmqpp classes to support const correctness as a user would expect it and then use const casts to call the underlaying zmq library.
An example of this would be things such as the message get part functions.
After much discussion it seems that it's cleaner for the zmqpp classes to support const correctness as a user would expect it and then use const casts to call the underlaying zmq library.
An example of this would be things such as the message get part functions.