August 29, 2014 [Issue 13380] New: Conflict with std.typecons.Identity and std.traits.Identity | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13380 Issue ID: 13380 Summary: Conflict with std.typecons.Identity and std.traits.Identity Product: D Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1 Component: Phobos Assignee: nobody@puremagic.com Reporter: thecybershadow@gmail.com //////////// test.d //////////// import std.typecons, std.traits; alias O = Identity!Object; //////////////////////////////// test.d(3): Error: std.traits.Identity(alias A) at C:\...\std\traits.d(3337) conflicts with std.typecons.Identity(alias T) at C:\...\std\typecons.d(703) -- |
Copyright © 1999-2021 by the D Language Foundation