https://issues.dlang.org/show_bug.cgi?id=10186
RazvanN changed:
What|Removed |Added
Status|REOPENED|RESOLVED
CC|
https://issues.dlang.org/show_bug.cgi?id=10186
Iain Buclaw changed:
What|Removed |Added
Priority|P2 |P3
--
https://issues.dlang.org/show_bug.cgi?id=10186
--- Comment #10 from Denis Shelomovskij ---
Also one even can't create an array of class refereces:
---
struct S
{
@disable this();
this(int i) {}
}
class C
{
S s;
this() { s = S(1); }
}
void main()
{
auto c = new C[1]; // line
https://d.puremagic.com/issues/show_bug.cgi?id=10186
Kenji Hara changed:
What|Removed |Added
CC||debio...@gmail.com
--- Comment #9 from
http://d.puremagic.com/issues/show_bug.cgi?id=10186
--- Comment #7 from Kenji Hara 2013-10-11 07:06:48 PDT ---
(In reply to comment #5)
> What about `this(int = 0)` class constructor?
https://github.com/D-Programming-Language/dmd/pull/2655
--
Configure issuemail: http://d.puremagic.com/issue
http://d.puremagic.com/issues/show_bug.cgi?id=10186
--- Comment #8 from Kenji Hara 2013-10-11 07:08:46 PDT ---
(In reply to comment #6)
> And, with v2.064-devel-64d739f, C.s is still assigned from a temporary object
> instead of being constructed directly. That defeats the purpose of "@disable
http://d.puremagic.com/issues/show_bug.cgi?id=10186
Max Samukha changed:
What|Removed |Added
CC||samu...@voliacable.com
--- Comment #6 f
http://d.puremagic.com/issues/show_bug.cgi?id=10186
Denis Shelomovskij changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
http://d.puremagic.com/issues/show_bug.cgi?id=10186
--- Comment #4 from github-bugzi...@puremagic.com 2013-06-01 13:53:10 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/def98cd111ad81043413dcbf799f9edc66fc65
http://d.puremagic.com/issues/show_bug.cgi?id=10186
Kenji Hara changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://d.puremagic.com/issues/show_bug.cgi?id=10186
Kenji Hara changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://d.puremagic.com/issues/show_bug.cgi?id=10186
Andrei Alexandrescu changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
/4c138e35e8fab9b5d035ba385d0ba54dc2b7124e
fix issue 10186 - default construction is disabled even if default ctor
declared
https://github.com/D-Programming-Language/dmd/commit/81b5d0999b1679b0c37c285acc4ddf9b6f70bc4f
Merge pull request #2087 from hpohl/10186
fix issue 10186 - default construction is disabled even if default ctor
http://d.puremagic.com/issues/show_bug.cgi?id=10186
Henning Pohl changed:
What|Removed |Added
Keywords||pull, rejects-valid
--- Comment #1 fro
14 matches
Mail list logo