[phobos] [D-Programming-Language/phobos] 966fb9: Fix InputRange example

GitHub noreply at github.com
Sun Sep 2 16:59:47 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 966fb99d4f7895ab6ce0c797273632258ebc4bb0
      https://github.com/D-Programming-Language/phobos/commit/966fb99d4f7895ab6ce0c797273632258ebc4bb0
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2012-08-30 (Thu, 30 Aug 2012)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Fix InputRange example

useRange must take an InputRange!int, not just InputRange.
Remove UsesRanges class - it's clearer just to use a free function.


  Commit: d0643925cd5ab4f81d660bdc2722ada3d75725b4
      https://github.com/D-Programming-Language/phobos/commit/d0643925cd5ab4f81d660bdc2722ada3d75725b4
  Author: Nick Treleaven <nick.treleaven at btinternet.com>
  Date:   2012-08-30 (Thu, 30 Aug 2012)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Add input range-related links, fix a/an typo


  Commit: 6ba8f8c5ecda1890e09381dfbb11a70fb1c81884
      https://github.com/D-Programming-Language/phobos/commit/6ba8f8c5ecda1890e09381dfbb11a70fb1c81884
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-09-02 (Sun, 02 Sep 2012)

  Changed paths:
    M std/range.d

  Log Message:
  -----------
  Merge pull request #765 from ntrel/InputRange-doc-fixes

InputRange doc fixes


Compare: https://github.com/D-Programming-Language/phobos/compare/68cb1ff59335...6ba8f8c5ecda


More information about the phobos mailing list