Created attachment 1412
removing comma-expressions in std.uni
this removes all "return n, b" abominations in std.uni. no other phobos or druntime sources has that.
Comment #1 by hsteoh — 2014-09-04T23:13:18Z
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
Comment #2 by github-bugzilla — 2014-09-10T20:55:19Z