From 71ac91ba4193910359d7671a4e998a17ff506b06 Mon Sep 17 00:00:00 2001 From: Fabien Ninoles Date: Mon, 23 May 2011 21:36:00 +0200 Subject: Add multi-array support to array_item_t. Allow to have the same item part of two different arrays, as long as they are using different array identifier. --- src/socket_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket_base.hpp') diff --git a/src/socket_base.hpp b/src/socket_base.hpp index 7126733..98046af 100644 --- a/src/socket_base.hpp +++ b/src/socket_base.hpp @@ -42,7 +42,7 @@ namespace zmq class socket_base_t : public own_t, - public array_item_t, + public array_item_t <>, public i_poll_events, public i_pipe_events { -- cgit v1.2.3