[Issue 6935] struct with @disable this cannot make range

2014-02-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6935



--- Comment #3 from github-bugzi...@puremagic.com 2014-02-14 23:21:25 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/6f43a92cd2ed4b16e2dbf8cc6550396f82180b99
Fix predicate template implementations in std.traits and std.range

Use T.init property instead of void initializer, because it will work even if T
is const or immutable type.

I must change a part of unit test for the bug 6935, because we cannot support
ranges which overrides init property.

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


[Issue 6935] struct with @disable this cannot make range

2011-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6935


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #2 from Kenji Hara k.hara...@gmail.com 2011-11-14 04:48:11 PST ---
https://github.com/D-Programming-Language/phobos/commit/bd5141b027b5acddde0cf8596a2d223b47e1f8d3

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


[Issue 6935] struct with @disable this cannot make range

2011-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6935


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||patch


--- Comment #1 from Kenji Hara k.hara...@gmail.com 2011-11-12 01:28:41 PST ---
https://github.com/D-Programming-Language/phobos/pull/324

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