Differences From Artifact [3ea557146e66a2fa]:
- File
src/util.d
- 2012-07-15 06:03:56 - part of checkin [86489420ef] on branch trunk - Avoid ICE. (user: kinaba) [annotate]
To Artifact [41ba420d0c49ce8d]:
- File
src/util.d
- 2012-07-15 07:02:32 - part of checkin [8acc8e6c78] on branch trunk - Prioritize distant lambda. (user: kinaba) [annotate]
- 2012-07-15 12:14:10 - part of checkin [e02668367d] on branch trunk - Revert redesign in the trunk. (user: kinaba) [annotate]
1 1 public import std.algorithm;
2 2 public import std.array;
3 3 public import std.conv;
4 4 public import std.range;
5 5 public import std.stdio;
6 6 public import std.string;
7 7 public import std.typecons;
8 +public import std.math;
8 9 import std.c.stdlib;
9 10
10 11 // To avoide the following ICE:
11 12 // src\phobos\std\algorithm.d(4552):
12 13 // Error: function std.algorithm.count!("a == b",string,char).count
13 14 // compiler error, parameter 'value', bugzilla 2962?
14 15 // Assertion failure: '0' on line 717 in file 'glue.c'