Shin Fujishiro
|
0339b6acde
|
Made std.exception.pointsTo "@trusted pure nothrow".
Also made it tolerant of shared objects. It's @trusted to cast shared away because the function just compares the addresses of passed objects.
|
2010-11-18 21:26:03 +00:00 |
|
Masahiro Nakagawa
|
2a37d92088
|
Remove @safe from assumeUnique. @safe function doesn't allow casting of mutable object to immutable.
|
2010-11-14 03:52:15 +00:00 |
|
Masahiro Nakagawa
|
57d08c37e3
|
Added pure, nothrow and @safe to assumeUnique function
|
2010-11-14 01:46:34 +00:00 |
|
Shin Fujishiro
|
5adac0d493
|
Fixed unlisted bug: std.exception.pointsTo() calls postblit on subobjects.
|
2010-09-17 21:39:52 +00:00 |
|
Andrei Alexandrescu
|
3f2b8c12ea
|
64-bit compatibility work
|
2010-08-22 20:55:22 +00:00 |
|
Andrei Alexandrescu
|
2f98916995
|
Added to replace std.contracts
|
2010-07-04 22:06:28 +00:00 |
|