Enable dip1000, drop support for < 2.085.1, test on OSX
This commit is contained in:
parent
fe2447f71a
commit
7d47caa87d
3 changed files with 34 additions and 15 deletions
|
@ -943,7 +943,7 @@ unittest { // "in" operator
|
|||
unittest { // issue #15 - by-ref return values
|
||||
static struct S {
|
||||
int x;
|
||||
ref int getx() { return x; }
|
||||
ref int getx() return { return x; }
|
||||
}
|
||||
static union U { S s; }
|
||||
alias TA = TaggedAlgebraic!U;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue