Nice work, which certainly make some features easier.

Two remarks however:

1. I don't think you should leave a printf in the code (in owns.cpp).

2. Based on past experience with a similar structure, you should used a
class policy instead of the N parameter in the array_t template.  It would
allow more flexible and clearer code.  No need to remember what index_array1
and index_array2 mean.

Fabien
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to