[dlang.org] [D-Programming-Language/dlang.org] ce6aa8: Update operatoroverloading.dd

GitHub noreply at github.com
Wed Dec 18 12:13:45 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dlang.org
  Commit: ce6aa814518521b1c068eb08dcd5f4aaffa099ab
      https://github.com/D-Programming-Language/dlang.org/commit/ce6aa814518521b1c068eb08dcd5f4aaffa099ab
  Author: ralphtandetzky <ralph.tandetzky at googlemail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Update operatoroverloading.dd

In my browser the arguments are not properly displayed. Therefore, I changed them so they will be. For me it looks like this: 
    -a[b⊂, b⊂, ... b⊂]    a.opIndexUnary!("-" )(b⊂, b⊂, ... b⊂)
    +a[b⊂, b⊂, ... b⊂]    a.opIndexUnary!("+" )(b⊂, b⊂, ... b⊂)
    ~a[b⊂, b⊂, ... b⊂]    a.opIndexUnary!("~" )(b⊂, b⊂, ... b⊂)
    *a[b⊂, b⊂, ... b⊂]    a.opIndexUnary!("*" )(b⊂, b⊂, ... b⊂)
   ++a[b⊂, b⊂, ... b⊂]    a.opIndexUnary!("++")(b⊂, b⊂, ... b⊂)
   --a[b⊂, b⊂, ... b⊂]    a.opIndexUnary!("--")(b⊂, b⊂, ... b⊂)
Which does not seem to be right.


  Commit: 52a5a358f8d1814c75b0785f172c5f56f8e72257
      https://github.com/D-Programming-Language/dlang.org/commit/52a5a358f8d1814c75b0785f172c5f56f8e72257
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2013-12-18 (Wed, 18 Dec 2013)

  Changed paths:
    M operatoroverloading.dd

  Log Message:
  -----------
  Merge pull request #449 from ralphtandetzky/patch-15

Update operatoroverloading.dd


Compare: https://github.com/D-Programming-Language/dlang.org/compare/479585a48c4d...52a5a358f8d1


More information about the dlang.org mailing list