https://issues.dlang.org/show_bug.cgi?id=21764
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #3411 "Fix 21764 - checkaction=context doesn't work for empty tuples" fixing this issue: - Fix 21764 - checkaction=context doesn't work for empty tuples The template constraint was intended to avoid collisions with the unary hook but also prevented instances for zero elements. `combine` was adapted to print empty arrays as `()`. https://github.com/dlang/druntime/pull/3411 --
