April 14, 2011
Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/phobos

Commit: ca64cc2878dbdcfc8a22065a41bc1eccfbe5e7d0
    https://github.com/D-Programming-Language/phobos/commit/ca64cc2878dbdcfc8a22065a41bc1eccfbe5e7d0
Author: Don Clugston <dclugston at googlemail.com>
Date:   2011-04-14 (Thu, 14 Apr 2011)

Changed paths:
  M std/algorithm.d

Log Message:
-----------
Trivial fix for broken algorithm.d unittest

In the existing compiler, using 'new int' inside a struct static initializer is silently ignored.