Creation of 0MQ D project

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 28 03:18:29 PDT 2014


On Tuesday, 28 October 2014 at 00:21:20 UTC, anonymous wrote:
> On Monday, 27 October 2014 at 23:56:11 UTC, Evan Lowry wrote:
>> ../../.dub/packages/zeromq-master/deimos/zmq/zmq.d(96): Error: 
>> function deimos.zmq.zmq.zmq_strerror without 'this' cannot be 
>> const
>
> You found a bug in the binding.
>
> Line 96 of zmq.d [1]: const char* zmq_strerror(int errnum);
> Should be: const(char)* zmq_strerror(int errnum);

Ceterum censeo ...
https://github.com/D-Programming-Language/dmd/pull/4043


More information about the Digitalmars-d-learn mailing list