[zeromq-dev] "No throw" alternative version of zmq.hpp

Steven McCoy steven.mccoy at miru.hk
Tue Jul 13 13:07:34 CEST 2010


On 13 July 2010 18:32, Matt Weinstein <mattweinstein at gmail.com> wrote:

> Any preference on returning bool vs. int for status? Why?
>
>
bool is good for c99, use int for everything else; bool is logical but only
supported in c99 excepting Windows typedef, int is common across standard
POSIX calls.

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20100713/d879e827/attachment.htm>


More information about the zeromq-dev mailing list