https://issues.dlang.org/show_bug.cgi?id=16478

Nick Treleaven <n...@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@geany.org
           Assignee|nob...@puremagic.com        |n...@geany.org
            Summary|Confusing internal error    |Don't allow to!T() in
                   |message with                |constraint
                   |std.variant.visit           |
           Severity|normal                      |minor

--- Comment #1 from Nick Treleaven <n...@geany.org> ---
PR pending. The error is because A.length can be zero:

T to(A...)(A args) if (!isRawStaticArray!A)

--

Reply via email to