Creation of 0MQ D project

Matt Soucy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 27 18:57:53 PDT 2014


On 10/27/2014 09:02 PM, Evan Lowry wrote:
> On Tuesday, 28 October 2014 at 00:21:20 UTC, anonymous wrote:
>> Line 96 of zmq.d [1]: const char* zmq_strerror(int errnum);
>> Should be: const(char)* zmq_strerror(int errnum);
> 
> Yep, this seemed to do the trick cleanly. S'all compiling and the examples provided in the repo run. Can submit a pull request, if no-one else has one lined up.
> 
> Much thanks!
From the original commit that caused that, it seems that const(char)* was meant for that statement..?

-- 
Matt Soucy
http://msoucy.me/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20141027/5a3b6b5a/attachment.sig>


More information about the Digitalmars-d-learn mailing list