Bug 11165 – std.typecons._d_toObject conflicts with std.signals._d_toObject

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-10-03T15:05:00Z
Last change time
2013-10-06T07:25:18Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
verylonglogin.reg

Comments

Comment #0 by verylonglogin.reg — 2013-10-03T15:05:08Z
Fails to compile because of `_d_toObject` conflict: --- import std.signals, std.typecons; class C { mixin Signal!(); } --- This is caused by Issue 10536 fixing commit 830b6c1bd4cd465766c3d5b873c3c9838e16fc15.
Comment #1 by k.hara.pg — 2013-10-03T18:33:22Z
Comment #2 by github-bugzilla — 2013-10-06T07:25:04Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/18cd94ea3b9652895e1916aadd203b5f3497d0ba fix Issue 11165 - std.typecons._d_toObject conflicts with std.signals._d_toObject https://github.com/D-Programming-Language/phobos/commit/1ae72bea4a311f02051903e7971ba2fc22586ebd Merge pull request #1614 from 9rnsr/fix11165 [REG2.064a] Issue 11165 - std.typecons._d_toObject conflicts with std.signals._d_toObject