Method signature differences in core modules on dmd and gdc?

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Oct 12 15:11:49 PDT 2014


On Sun, 12 Oct 2014 22:05:16 +0000
Gary Willoughby via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:

> Ah right, so these methods changed recently?
yes. this is from gdc source:

  static void* calloc( size_t sz, uint ba = 0 ) pure nothrow

and this is from current dmd HEAD:

  static void* calloc( size_t sz, uint ba = 0, const TypeInfo ti = null ) pure nothrow
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20141013/d557e675/attachment.sig>


More information about the Digitalmars-d-learn mailing list