http://d.puremagic.com/issues/show_bug.cgi?id=11165

           Summary: std.typecons._d_toObject conflicts with
                    std.signals._d_toObject
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: rejects-valid
          Severity: regression
          Priority: P2
         Component: Phobos
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Denis Shelomovskij <[email protected]> 2013-10-04 
02:05:08 MSD ---
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.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to