Thread overview | |||||
---|---|---|---|---|---|
|
November 19, 2011 [Issue 6973] New: static assert(isOutputRange!(OutputRange!int, int)) is false | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6973 Summary: static assert(isOutputRange!(OutputRange!int, int)) is false Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: zan77137@nifty.com --- Comment #0 from SHOO <zan77137@nifty.com> 2011-11-19 10:24:48 PST --- This code doesn't work! ---- import std.range; static assert(isOutputRange!(OutputRange!int, int)); ---- This issue triggered from hasMember template. hasMember returns false if use interface or union. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 25, 2011 [Issue 6973] static assert(isOutputRange!(OutputRange!int, int)) is false | ||||
---|---|---|---|---|
| ||||
Posted in reply to SHOO | http://d.puremagic.com/issues/show_bug.cgi?id=6973 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Platform|Other |All OS/Version|Windows |All --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2011-11-25 07:31:05 PST --- https://github.com/D-Programming-Language/phobos/pull/330 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 03, 2011 [Issue 6973] static assert(isOutputRange!(OutputRange!int, int)) is false | ||||
---|---|---|---|---|
| ||||
Posted in reply to SHOO | http://d.puremagic.com/issues/show_bug.cgi?id=6973 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2011-12-03 06:49:39 PST --- https://github.com/D-Programming-Language/phobos/commit/eeade909f64f8fdf8b869d0e38e4b9395cba17e3 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation