Better comments for understanding the classes array_t<> and array_item_t<>

This commit is contained in:
Claudio Scordino
2016-03-08 11:24:58 +01:00
parent 8a0a18a527
commit cb1b6bc9ae
2 changed files with 9 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ namespace zmq
// Note that pipe can be stored in three different arrays.
// The array of inbound pipes (1), the array of outbound pipes (2) and
// the generic array of pipes to deallocate (3).
// the generic array of pipes to be deallocated (3).
class pipe_t :
public object_t,