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

          Issue ID: 14772
           Summary: issuing errors for array ops -> tell users which
                    function are missing
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

see http://forum.dlang.org/thread/[email protected]

currently dmd says 
Error: invalid array operation 'expression' because type doesn't support
necessary arithmetic operations.

Enhance to tell user which operations (opSlice / opSliceAssign etc.) they need
to implement to get desired behaviour.

--

Reply via email to