[phobos] [D-Programming-Language/phobos] dd2161: std.traits.hasMember: just forward to __traits(has...
GitHub via phobos
phobos at puremagic.com
Wed Aug 26 23:29:56 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: dd2161705a7c6eb2fc9ba913a09b0592dde25469
https://github.com/D-Programming-Language/phobos/commit/dd2161705a7c6eb2fc9ba913a09b0592dde25469
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M std/array.d
M std/traits.d
Log Message:
-----------
std.traits.hasMember: just forward to __traits(hasMember, ...)
This way opDispatch'ed members are recognized.
Fixes issue 14605 - RefAppender fails isOutputRange.
Commit: 3d02450030b7bb137dfc6f943643663dfa387a50
https://github.com/D-Programming-Language/phobos/commit/3d02450030b7bb137dfc6f943643663dfa387a50
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M std/traits.d
Log Message:
-----------
Ddoc: add missing parenthesis
Commit: a336f3c7bcc053dd98a60aed32b22251098b850e
https://github.com/D-Programming-Language/phobos/commit/a336f3c7bcc053dd98a60aed32b22251098b850e
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-08-27 (Thu, 27 Aug 2015)
Changed paths:
M std/array.d
M std/traits.d
Log Message:
-----------
Merge pull request #3497 from aG0aep6G/hasMember
std.traits.hasMember: just forward to __traits(hasMember, ...)
Compare: https://github.com/D-Programming-Language/phobos/compare/738e7317d8d5...a336f3c7bcc0
More information about the phobos
mailing list