Skip to content

Commit 3b70aa0

Browse files
authored
IsExpression: comment out alias template instance with parameters (#3571)
Needed for dlang/dmd#15053.
1 parent cf839f9 commit 3b70aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3102,7 +3102,7 @@ $(SPEC_RUNNABLE_EXAMPLE_COMPILE
31023102
alias A(T) = S!T;
31033103

31043104
static assert(is(A!int : S!T, T));
3105-
static assert(!is(A!int : A!T, T));
3105+
//static assert(!is(A!int : A!T, T));
31063106
---
31073107
)
31083108

0 commit comments

Comments
 (0)