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

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Hardware|x86                         |All
                 OS|Windows                     |All
           Severity|enhancement                 |normal

--- Comment #1 from Basile-z <[email protected]> ---
The problem is that byCodeUnit over dchar[] verifies isSomeString;

    import std.utf, std.traits;
    dchar[] t;
    static assert(!isSomeString!(typeof(t.byCodeUnit)));

So the other __ctor overload is never called.

--

Reply via email to