1
0

Fix Warning/Deprecation

This commit is contained in:
otya128
2017-07-08 20:07:12 +09:00
parent 9a34ba8be0
commit 2d1ccbdbb2
8 changed files with 24 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ import std.uni;
import std.utf;
import std.conv;
import std.stdio;
static import std.algorithm;
struct Trace
{
int slot;
@@ -1966,7 +1967,7 @@ class InputCode : Code
{
vm.push(Value(to!double(s)));
}
catch
catch(Throwable)
{
error = true;
break;