1
0

64bit環境でとりあえずコンパイルできるようにした

This commit is contained in:
otya128
2015-08-26 21:55:55 +09:00
parent 435138c8d1
commit 478c3a397e
4 changed files with 17 additions and 19 deletions

View File

@@ -151,7 +151,7 @@ class Array(T)
{
array[] = 0;
}
dimCount = dim.length;
dimCount = cast(int)dim.length;
}
T opIndexAssign(T v, int[] dim)
{