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

Steven Schveighoffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Steven Schveighoffer <[email protected]> ---
So, should this be closed as WONTFIX?

I kind of agree with OP that a specifically typed string is not really any
different than an ambiguous one. In fact, the compiler still adds the trailing
null character even if you specify 'w'.

The one possibility I see that would be an issue is some type of overloading
decision where you want to specifically choose the const(wchar)* version.
Admittedly, this is very unlikely to occur in the wild.

--

Reply via email to