mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-08 07:53:14 +01:00
Use optimized array operators implemented in druntime
This commit is contained in:
@@ -1562,7 +1562,7 @@ bool mustDefineSymbol(Dsymbol* s)
|
||||
if (fd->semanticRun < 4)
|
||||
return false;
|
||||
|
||||
if (fd->isArrayOp)
|
||||
if (fd->isArrayOp == 1)
|
||||
return true;
|
||||
|
||||
if (global.params.useAvailableExternally && fd->availableExternally) {
|
||||
|
||||
Reference in New Issue
Block a user