[Issue 14700] New: opSlice/opIndexAssign documentation out of date

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 14 08:57:00 PDT 2015


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

          Issue ID: 14700
           Summary: opSlice/opIndexAssign documentation out of date
           Product: D
           Version: D2
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: r9shackleford at gmail.com

http://dlang.org/operatoroverloading.html#assignment

under Slice Assignment Operator Overloading


the example is technically valid, but produces incorrect output. The second
opIndexAssign is never called.

--


More information about the Digitalmars-d-bugs mailing list