On Sun, 12 Oct 2014 22:05:16 +0000
Gary Willoughby via Digitalmars-d-learn
<digitalmars-d-learn@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

Attachment: signature.asc
Description: PGP signature

Reply via email to