January 24, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: e661e59194b318841703ccdeee86e76005fd2591
      https://github.com/D-Programming-Language/phobos/commit/e661e59194b318841703ccdeee86e76005fd2591
  Author: Rainer  Schuetze <r.sagitario@gmx.de>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M std/functional.d

  Log Message:
  -----------
  do not assume memoize cache initialized before the arguments and the result are actually written


  Commit: a5b1f5bcaa15ee34c731487f601391a759bf5963
      https://github.com/D-Programming-Language/phobos/commit/a5b1f5bcaa15ee34c731487f601391a759bf5963
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2015-01-24 (Sat, 24 Jan 2015)

  Changed paths:
    M std/functional.d

  Log Message:
  -----------
  Merge pull request #2901 from rainers/issue14025

fix Issue 14025 - unittests for memoize fail intermittently


Compare: https://github.com/D-Programming-Language/phobos/compare/f07a77d10643...a5b1f5bcaa15