[Issue 16070] std.meta.{ApplyLeft,ApplyRight} fail with mixed type/value arguments

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16070

--- Comment #3 from github-bugzi...@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/fad7eb0bf8bb40b183f66434f2d8fb938be972db
simplify Alias/ApplyLeft/ApplyRight impl, fix Issue 16070, more tests

--


[Issue 16070] std.meta.{ApplyLeft,ApplyRight} fail with mixed type/value arguments

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16070

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16070] std.meta.{ApplyLeft,ApplyRight} fail with mixed type/value arguments

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16070

--- Comment #2 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/fad7eb0bf8bb40b183f66434f2d8fb938be972db
simplify Alias/ApplyLeft/ApplyRight impl, fix Issue 16070, more tests

--


[Issue 16070] std.meta.{ApplyLeft,ApplyRight} fail with mixed type/value arguments

2016-05-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16070

ag0ae...@gmail.com changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from ag0ae...@gmail.com ---
https://github.com/dlang/phobos/pull/4352

--