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

          Issue ID: 19038
           Summary: Cannot compare const(T)[][] and T[][]
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

This code works:

[cast(const) "a"] == ["a"];

This code doesn't work.

[[cast(const) "a"]] == [["a"]];

--

Reply via email to