[Issue 15388] extern(C++) - typeof(null) should mangle as nullptr_t

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jan 3 03:45:25 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15388

--- Comment #1 from Manu <turkeyman at gmail.com> ---
Maybe we should also define:
  alias null_t = typeof(null);

I wanted this for a long time before I thought of typeof(null), which worked as
I expected.

--


More information about the Digitalmars-d-bugs mailing list