mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-02 08:01:11 +03:00
Apply DDMD PR #5885 (f5f9150ea57cce5fabb43c79ff1b187d34d37044).
This fixes incorrect overriding of class methods and gets rid of many C++ warnings.
This commit is contained in:
parent
e9f4ff21c0
commit
463e53b9ac
18 changed files with 28 additions and 28 deletions
|
@ -1227,7 +1227,7 @@ int isDruntimeArrayOp(FuncDeclaration *fd) {
|
|||
"_arraySliceSliceMulass_s", "_arraySliceSliceMulass_t",
|
||||
"_arraySliceSliceMulass_u", "_arraySliceSliceMulass_w",
|
||||
};
|
||||
char *name = fd->ident->toChars();
|
||||
const char *name = fd->ident->toChars();
|
||||
int i =
|
||||
binary(name, libArrayopFuncs, sizeof(libArrayopFuncs) / sizeof(char *));
|
||||
if (i != -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue