Skip to content

Commit

Permalink
Fix outOfMemoryError import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkline committed Apr 3, 2015
1 parent db544d5 commit a5150a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/typecons.d
Expand Up @@ -83,7 +83,7 @@ public:
import core.memory : GC;
import core.stdc.stdlib : malloc;
import std.conv : emplace;
import std.exception : enforce;
import core.exception : onOutOfMemoryError;

debug(Unique) writeln("Unique.create for ", T.stringof);
Unique!T u;
Expand Down

0 comments on commit a5150a0

Please sign in to comment.