zeromq / zmqpp

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

const correctness #8

Closed benjamg closed 11 years ago

benjamg commented 12 years ago

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.