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

--- Comment #2 from Ketmar Dark <[email protected]> ---
yet in the case when i'm assigning pointer to pointer i'm expecting that two
pointers are the same. i'd never expect the following fail, under no
circumstances:

    const char* s16 = "hi16";
    const(char)* p16 = s16;
    assert(p0 == s0);                        // fails

--

Reply via email to