Fix compile error on DMD 2.068.2.
This commit is contained in:
parent
67a0463fa0
commit
a7c77bba94
|
@ -638,6 +638,7 @@ auto apply(alias handler, TA)(TA ta)
|
|||
return handler(get!(TA.FieldTypes[i])(ta));
|
||||
}
|
||||
}
|
||||
static if (__VERSION__ <= 2068) assert(false);
|
||||
}
|
||||
/// ditto
|
||||
auto apply(alias handler, T)(T value)
|
||||
|
|
Loading…
Reference in a new issue