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

ag0aep6g <[email protected]> changed:

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

--- Comment #1 from ag0aep6g <[email protected]> ---
I suppose these should also mangle the same then:

    void foo(const int* p) {}
    void bar(const(int)* p) {}

And these, too:

    void foo(const int[] p) {}
    void bar(const(int)[] p) {}

I.e., remove the top level of const for mangling.

--

Reply via email to