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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 14 23:21:26 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=6935



--- Comment #3 from github-bugzilla at 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: -------


More information about the Digitalmars-d-bugs mailing list