Miranda NG Official Community Forum

Forum for English speaking Miranda NG users => Bug reports => Topic started by: hydrogen fluoride on 28 07 2022, 06:54:38

Title: Code review: = delete; in code
Post by: hydrogen fluoride on 28 07 2022, 06:54:38
I found "= delete;" strings. "Delete" is reserved word. I know practice:
Code: [Select]
Delete oVar;. I did not find information about "= delete;" practice. My IDE reports errors to "ovverride" but "= delete;" was there too. That is all looks like replace "= delete;" is needed.
Title: Re: Code review: = delete; in code
Post by: ghazan on 28 07 2022, 14:08:23
1. Miranda's sources has no "Delete oVar;" code fragment
2. Why should we care about warnings in your IDE?..