Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 24, 2013 [Issue 11336] New: ElementType does not support types with disabled postblits | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11336 Summary: ElementType does not support types with disabled postblits Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: monarchdodra@gmail.com --- Comment #0 from monarchdodra@gmail.com 2013-10-24 00:40:40 PDT --- import std.range; static struct S { this(this) @disable; } void main() { alias R = S[]; static assert(is(ElementType!R == S)); } //---- Error: static assert (is(void == S)) is false -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 24, 2013 [Issue 11336] ElementType does not support types with disabled postblits | ||||
---|---|---|---|---|
| ||||
Posted in reply to monarchdodra@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=11336 --- Comment #1 from monarchdodra@gmail.com 2013-10-24 00:52:02 PDT --- https://github.com/D-Programming-Language/phobos/pull/1658 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 24, 2013 [Issue 11336] ElementType does not support types with disabled postblits | ||||
---|---|---|---|---|
| ||||
Posted in reply to monarchdodra@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=11336 --- Comment #2 from github-bugzilla@puremagic.com 2013-10-24 04:35:04 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/a4b932190143704f75a9055a58a0a2538b81cf12 Fix Issue 11336 - ElementType does not support types with disabled postblits https://github.com/D-Programming-Language/phobos/commit/e760a4eac5f9af52a94c53e5b2e92547a3d6d9ac Merge pull request #1658 from monarchdodra/11336 Fix Issue 11336 - ElementType does not support types with disabled postb... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 24, 2013 [Issue 11336] ElementType does not support types with disabled postblits | ||||
---|---|---|---|---|
| ||||
Posted in reply to monarchdodra@gmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=11336 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |andrej.mitrovich@gmail.com Resolution| |FIXED -- 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