mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
commit
73c8b59bb5
13 changed files with 72 additions and 75 deletions
|
@ -1263,12 +1263,12 @@ unittest
|
|||
static struct S3
|
||||
{
|
||||
int i;
|
||||
this(this){};
|
||||
this(this){}
|
||||
}
|
||||
static struct S4
|
||||
{
|
||||
int i = 1;
|
||||
this(this){};
|
||||
this(this){}
|
||||
}
|
||||
static assert (!hasElaborateAssign!S1);
|
||||
static assert (!hasElaborateAssign!S2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue