64bit環境でとりあえずコンパイルできるようにした
This commit is contained in:
@@ -151,7 +151,7 @@ class Array(T)
|
||||
{
|
||||
array[] = 0;
|
||||
}
|
||||
dimCount = dim.length;
|
||||
dimCount = cast(int)dim.length;
|
||||
}
|
||||
T opIndexAssign(T v, int[] dim)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user