[Issue 13419] code cleanup in std.uni: removing "comma expressions"
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Sep 4 16:13:18 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13419
hsteoh at quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
CC| |hsteoh at quickfur.ath.cx
--- Comment #1 from hsteoh at quickfur.ath.cx ---
The comma expressions are being used to induce the compiler to inline the
functions. Technically, this really should be a compiler enhancement bug
(should not need to use comma expression to trigger inlining).
But anyway, somebody already submitted a PR for this:
https://github.com/D-Programming-Language/phobos/pull/2485
--
More information about the Digitalmars-d-bugs
mailing list