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

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com

--- Comment #6 from Steven Schveighoffer <schvei...@yahoo.com> ---
Could you do:

(config.noDateTime ? ["NODATETIME=nodatetime.ddoc"] : string[].init)

Ugly I know :)

I agree the usage is surprising. And actually, it's not the same as appending
"", because "" is not null, whereas [] is.

--

Reply via email to